-
Updated
Nov 6, 2021 - C++
protocol-buffers
Here are 654 public repositories matching this topic...
-
Updated
Sep 16, 2021 - Go
-
Updated
Nov 2, 2021 - Go
-
Updated
Nov 5, 2021
-
Updated
Oct 7, 2021 - Swift
-
Updated
Nov 5, 2021 - Go
-
Updated
Oct 8, 2021 - C
-
Updated
Nov 1, 2021 - Go
Hi all!
I'm using thethingsindustries/protoc, so it's not super easy for me to test newer versions of PGV. Forgive me if this is already fixed. When using map.keys.string.in, the generated code results in a reference to an undefined function.
Consider this snippet from my proto:
message SetOrgDefaultAlertRulesReq {
map<string, AlertRule> alertRules = 1 [(validate.rules).map.key-
Updated
Oct 14, 2021 - Swift
-
Updated
Aug 13, 2021 - Go
-
Updated
Nov 3, 2021 - Go
-
Updated
Nov 1, 2021 - TypeScript
-
Updated
Oct 2, 2020 - Swift
-
Updated
May 5, 2021 - Python
-
Updated
Oct 18, 2021 - Go
-
Updated
Nov 7, 2021 - Go
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Dec 13, 2020 - Python
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
Nov 6, 2021 - Elixir
-
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
-
Updated
Jul 23, 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.