-
``` log
$ git clone git@github.com:nviennot/android-checkin.git
$ cd android-checkin/
$ mvn -e install
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] …
-
The protobuf format has the type [`google.protobuf.Value`][3] described in [Create Protobuf messages for .NET apps][1].
There is also a [`Google.Protobuf.WellKnownTypes.Value`][2] type in the `Google…
-
It would be nice to clarify which version of protoc is required.
-
`Grpc.Tools` uses msbuild to integrate protoc into .NET projects. Using protoc has pros and cons:
* Pros: Works today, handles all versions of Protobuf, well tested, maintained by Protobuf team
* …
-
### What is your question?
So the versioning schemes in protobuf are a tad confusing, see eg
https://protobuf.dev/support/version-support/#cpp
In the second table, a version like C++ version 5.26…
-
We had a case where `protoc` allowed a `package` declaration that had newlines in it but other tooling based on the spec failed to parse the file. I believe this should have failed to parse inside `pr…
-
protobuf-src depends on auto tools which requires `sh`, so this means if you're trying to compile on Windows, it will fail.
```
error: failed to run custom build command for `protobuf-src v1.1.0…
-
Our docs for various endpoints (in `README` files) are getting out of date. We should update them. In this issue we can also discuss if there is some automated way to generate endpoint docs for rpc/st…
-
```shell
> git clone https://github.com/1xyz/coolbeans.git
> make build
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
protoc -I api/v1…
-
protoc-gen-gogo is used by [sonic_gnoi.proto](https://github.com/sonic-net/sonic-gnmi/blob/master/proto/gnoi/sonic_gnoi.proto) and [sonic_gnoi_jwt.proto](https://github.com/sonic-net/sonic-gnmi/blob/m…