AJ Danelz
ab8b3af6dd
feat: move the $ shell line indicator to scss ( #1354 )
2024-11-25 22:03:41 +05:30
eshitachandwani
3df8b272bb
generated-code: update to include stream generics ( #1365 )
2024-11-11 12:40:09 -08:00
Esun Kim
34c5cb1328
[Doc] Added a window section to c++/quickstart ( #1361 )
...
* Added a windows section to cpp/quickstart
* Updated cmake version
2024-09-18 14:22:56 -07:00
kyu08
445745e1fa
Add missing version specifications for go install ( #1343 )
2024-08-13 07:41:56 -07:00
Arvind Bright
bdf3455d3f
grpc-go: update instructions to download latest dependency ( #1340 )
2024-08-02 08:15:51 -07:00
Arvind Bright
7e7dbdf6f1
grpc-go only supports the last two Go versions ( #1338 )
...
Since grpc/grpc-go#7249 , gRPC-Go only supports the last two versions of
Golang. Similar to Golang policy itself
2024-07-30 13:33:43 -07:00
nuno-faria
0983ba62c8
Update `protoc-gen-go` to 1.34.2 and `protoc-gen-go-grpc` to 1.5.1 ( #1333 )
2024-07-30 11:33:32 -07:00
Yash Tibrewal
4709643416
C++ Best Practices ( #1309 )
2024-06-25 13:55:13 -07:00
Yash Tibrewal
18b12d6425
C++ Callback API Tutorial ( #1305 )
...
* C++ Callback API Tutorial
* Reviewer comments
* Fix link
* Link fixes
2024-06-18 13:18:11 -07:00
Doug Fawley
708f7a1ce9
Update Go documentation to use NewClient instead of Dial ( #1295 )
2024-05-21 11:15:07 -07:00
Jangsea Park
4c1203e358
Replace link to python docs from 2 to 3 ( #1277 )
...
The link to `iterator` docs is connected to python2, not python3.
2024-04-16 09:44:30 -07:00
M. Hanif Shahy
0c569cb5ea
Update basics.md ( #1276 )
...
In this example firstWhere() causes compile time error if null passed to its orElse named parameter in dart 3. I fix it by using firstWhereOrNull() with no orElse named parameter.
2024-04-02 07:46:02 -07:00
mohammed yusuf
4f7949c36f
Added comments on quickstart, java: To enhancing user comprehension a… ( #1250 )
...
Added comments on quickstart, java: To enhancing user comprehension and readability.
2024-01-24 13:09:48 -08:00
Rafał Mucha
8ee355da8d
Add subsection about customisation packages ( #1169 )
2024-01-10 16:59:44 -08:00
Pavel Mokeev
523b917672
Remove flag.Parse() line from go basic guide ( #1241 )
2024-01-02 10:26:37 -08:00
Jonathan Chan
b34c592211
Fixes #918 - Ruby Multithreaded Client Streaming Documentation ( #946 )
...
Fixes #918 with the suggested additions to document advance usage for client streaming connections
2023-11-14 15:15:09 -08:00
Siniša Andrić
b7baf3a1fc
Update generated-code.md ( #1223 )
2023-11-07 15:53:36 -08:00
xpume
06a0803b18
Fix broken link jadekler→jeanbza ( #1217 )
2023-10-30 08:35:28 -07:00
Terry Wilson
cad984c489
Fix typo in Kotlin quickstart ( #1205 )
2023-10-05 14:03:57 -07:00
Igor
ba9c6d82bb
fixing url ( #1193 )
2023-09-13 10:49:10 -07:00
Seetarama Raju
4c9e859bac
go: Update basics.md - Format file extensions in code font ( #1167 )
2023-09-13 10:39:14 -07:00
Rin Arakaki
e76a1038c3
Format python snippets ( #1187 )
2023-09-06 12:10:32 -07:00
Seetarama Raju
8858fcbcca
dart: Update basics.md - Format file extensions in code font ( #1166 )
2023-08-24 09:03:17 -07:00
Michael Lumish
de75d84853
Update Node example documentation for example migration to grpc-node repository ( #1154 )
2023-08-01 21:02:16 -04:00
Seetarama Raju
d8be2abf48
Node: Update basics.md - Format file extensions in code font ( #1162 )
2023-07-14 08:49:50 -07:00
Seetarama Raju
7841685157
cpp: Update basics.md - Format file extensions in code font ( #1165 )
2023-07-14 08:46:28 -07:00
Seetarama Raju
a1fb000d6b
Python: Update basics.md - Format file extensions in code font ( #1164 )
2023-07-13 11:36:53 -07:00
Seetarama Raju
e7f5082f2b
Kotlin: Update basics.md - Fix "Simple RPC" heading level ( #1160 )
2023-07-12 14:41:38 -07:00
Seetarama Raju
0597f48700
Java: Update basics.md - Format file extensions in code font ( #1161 )
2023-07-12 08:03:34 -07:00
LYK
9fca0325a9
kotlin: Update quickstart.md ( #1159 )
...
Updated example code that doesn't use Builder. The current example code doesn't use Builder.
https://github.com/grpc/grpc-kotlin/blob/master/examples/server/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldServer.kt#L49
https://github.com/grpc/grpc-kotlin/blob/master/examples/client/src/main/kotlin/io/grpc/examples/helloworld/HelloWorldClient.kt#L29
2023-07-10 10:25:22 -07:00
Slava Egorov
7b61c07f15
Update dart/basics.md ( #1145 )
...
Don't reference deprecated constructor.
2023-06-15 09:30:25 -07:00
François Paupier
2ce4f4de75
Update basics.md ( #1104 )
...
add expected arg for example to work properly
2023-04-26 11:23:33 -07:00
Mariatta Wijaya
671f0b1c57
doc: Use f-strings instead of %-s in Python quickstart ( #1102 )
...
Use modern f-string formatting instead of %-s.
2023-02-15 16:15:15 -08:00
Tan Zhen Yong
852a74470f
Update Protocol Buffers documentation URL ( #1092 )
...
The Protocol Buffers documentation URL has moved from
developers.google.com to protobuf.dev.
Let's update all references to the protocol buffer documentation to use
the new URL.
2023-02-15 13:21:48 -08:00
Xuan Wang
7924f839a4
Update supported Python version ( #1080 )
2023-01-19 11:15:28 -08:00
João Saraceni
641a1fa9ad
docs: use a before consonant ( #1069 )
...
Fixes minor typo
2022-12-08 10:53:18 -08:00
Richard Belleville
b2ece33dae
Add protobuf type stub generation to guides ( #1068 )
2022-11-03 16:47:50 -07:00
Jan Tattermusch
30ca5681b3
Update C# documentation after C# source move ( #1067 )
2022-10-31 13:21:37 -04:00
Tyler Casper
52bdef1f36
Limit Concurrent Processes of Initial Build to 8 ( #983 )
2022-10-31 13:01:55 -04:00
Jiarui Li
f99dc0fe34
fix: resolve inconsistency between doc and code ( #1021 )
...
* fix: resolve inconsistent between doc and code
* chore: fix typo
* chore: refine doc
2022-10-19 11:21:37 -07:00
Hamir Mahal
b051e66d5e
fix: typo in `en/docs/languages/node/basics.md` ( #1039 )
2022-09-14 13:06:00 -07:00
Patrice Chalin
8e565cac36
Fix external link in OAuth2 objective-c page ( #1035 )
2022-08-14 18:24:31 -04:00
Doug Fawley
2ab6e4e15d
Update link to protoc-gen-go-grpc ( #1013 )
2022-07-27 15:14:03 -04:00
Federico Gallo
8f9f24296b
Update quickstart.md ( #989 )
2022-07-07 17:00:54 -04:00
LingBin
2c8783c173
[DOCS] Fix wrong heading hierarchy level ( #992 )
2022-07-07 16:37:51 -04:00
Taiju Aoki
d6249a5fde
Ruby language-home: use new layout & link to examples ( #970 )
2022-05-31 08:09:35 -07:00
Fabian Fritzsche
f96375643f
[DOCS] Kotlin: Add server.awaitTermination() call to starting server example ( #972 )
2022-05-25 14:32:50 -07:00
Karan Shah
ba84d86a03
Update Go quickstart to suggest using latest version ( #964 )
...
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
2022-04-07 16:24:36 -04:00
Andy Mention
4be043a5a1
Update Ruby basics to clearly state prerequisites ( #881 )
...
These are already covered in the quickstart, but as long as the
prerequisites are mentioned here, they should probably include both
necessary libraries instead of just one.
This commit also fixes two somewhat confusing typos at the end of the
sentence.
2022-04-06 13:31:37 -07:00
Nontawat Numor
eaff59f00f
Update quickstart in python 🍵 ( #959 )
...
I've already updated this example code to prevent confusion.
Follow with this section e122c64000/examples/python/helloworld/greeter_client.py (L29)
2022-03-30 11:19:53 -07:00