-
Updated
Apr 8, 2022 - C++
protocol-buffers
Here are 709 public repositories matching this topic...
-
Updated
Feb 15, 2022 - Go
-
Updated
Apr 6, 2022
-
Updated
Jan 16, 2022 - Go
-
Updated
Apr 9, 2022 - Go
-
Updated
Mar 24, 2022 - Swift
-
Updated
Apr 3, 2022 - Go
-
Updated
Apr 10, 2022 - C
The less than/greater than checks should check if the input value is NaN. NaN is defined to not be equal to any other number, and all numerical comparisons yield false. Therefore, if I have a field that's annotated with (for example) (validate.rules).double.gt = 0, that field should fail validation if given NaN.
-
Updated
Mar 22, 2022 - Go
-
Updated
Apr 9, 2022 - Go
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Oct 2, 2020 - Swift
-
Updated
Mar 16, 2022 - Go
-
Updated
Jan 25, 2022 - Python
-
Updated
Mar 16, 2022 - Go
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Dec 13, 2020 - Python
-
Updated
Apr 4, 2022 - Elixir
-
Updated
Oct 21, 2019 - Python
-
Updated
Jan 19, 2022 - Go
-
Updated
Dec 18, 2020 - Kotlin
Both the protolock tests and the plugin checks should be fairly straightforward to convert into Actions format.
-
Updated
Sep 2, 2020 - JavaScript
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.