-
Updated
Jan 14, 2022 - C++
protocol-buffers
Here are 679 public repositories matching this topic...
-
Updated
Jan 11, 2022 - Go
-
Updated
Nov 2, 2021 - Go
-
Updated
Jan 9, 2022
-
Updated
Oct 7, 2021 - Swift
-
Updated
Jan 13, 2022 - Go
-
Updated
Jan 11, 2022 - Go
-
Updated
Jan 12, 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
Jan 4, 2022 - Go
-
Updated
Jan 12, 2022 - Go
-
Updated
Jan 13, 2022 - TypeScript
-
Updated
Oct 2, 2020 - Swift
-
Updated
Dec 13, 2021 - Python
-
Updated
Jan 6, 2022 - Go
-
Updated
Oct 18, 2021 - Go
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Dec 13, 2020 - Python
-
Updated
Oct 21, 2019 - Python
-
Updated
Jan 13, 2022 - Elixir
-
Updated
Dec 18, 2020 - Kotlin
Both the protolock tests and the plugin checks should be fairly straightforward to convert into Actions format.
-
Updated
Jan 13, 2022 - Go
-
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.