-
Updated
Jul 22, 2021 - C++
protocol-buffers
Here are 612 public repositories matching this topic...
-
Updated
Jul 19, 2021 - Go
-
Updated
Jul 2, 2021 - Go
-
Updated
Jul 22, 2021
-
Updated
Jul 20, 2021 - Swift
-
Updated
Jul 22, 2021 - Go
-
Updated
Jul 8, 2021 - C
-
Updated
Jul 16, 2021 - Go
It would be really helpful if we could have a --version
flag added to the protoc-gen-validate
command to help easily identify the installed version
Currently there is no way to easily identify the installed version
When a user provides the --version
flag I think the expected behaviour should be to return the version in stdout and exit immediately
This feature would also make it ea
-
Updated
Jul 21, 2021 - Swift
-
Updated
Jun 28, 2021 - Go
-
Updated
Jul 8, 2021 - Go
-
Updated
Jul 12, 2021 - TypeScript
-
Updated
Oct 2, 2020 - Swift
-
Updated
May 5, 2021 - Python
-
Updated
Mar 23, 2021 - Go
-
Updated
Jul 20, 2021 - Go
-
Updated
Jun 30, 2020 - JavaScript
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
Oct 21, 2019 - Python
-
Updated
Dec 13, 2020 - Python
-
Updated
Jul 22, 2021 - Elixir
-
Updated
Dec 18, 2020 - Kotlin
-
Updated
Sep 2, 2020 - JavaScript
Both the protolock
tests and the plugin checks should be fairly straightforward to convert into Actions format.
-
Updated
Jul 18, 2021 - 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.