-
Updated
Oct 9, 2020 - C++
protocol-buffers
Here are 523 public repositories matching this topic...
-
Updated
Aug 23, 2020 - Go
-
Updated
Sep 29, 2020 - Swift
-
Updated
Aug 31, 2020
-
Updated
Oct 10, 2020 - C
-
Updated
Oct 7, 2020 - Go
-
Updated
Oct 9, 2020 - Swift
The Python example as described in README.md appears incomplete. Please consider fleshing it out more using the given Persons 'example.proto', also from README.md. I spent just over a day working with reversing the bazel test scripts to put something functional together--I'm still not quite there. From a somewhat experienced (non-neophyte) developer's point of view, this has been more difficult
-
Updated
Oct 2, 2020 - Swift
-
Updated
Mar 4, 2020 - Python
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Oct 9, 2020 - Go
-
Updated
Sep 6, 2020 - Go
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Oct 3, 2020 - Go
-
Updated
Oct 21, 2019 - Python
-
Updated
Oct 8, 2020 - Go
This might be faster:
git clone /path/to/base/head/startup-os
We could also probably do:
git clone file:///path/to/base/head/startup-os --depth=1
-
Updated
Jul 26, 2020 - Python
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Aug 6, 2020 - Elixir
-
Updated
Dec 20, 2019 - Go
-
Updated
Sep 13, 2020 - Kotlin
-
Updated
May 26, 2020 - Go
Improve this page
Add a description, image, and links to the protocol-buffers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protocol-buffers topic, visit your repo's landing page and select "manage topics."
protobuf.js version: 6.8.8
For enumerations defined in proto3, the switch statement generated by pbjs triggers the eslint warning default-case since there is no default case. This should be added to the list of eslint-disable rules in the header comment of the generated source file.