-
```
email: dshrader38@gmail.com
What steps will reproduce the problem?
1. I create 2 .proto's (see attached files) loosely taken from the Google
tutorial: http://code.google.com/apis/protocolbuffers/…
-
```
email: dshrader38@gmail.com
What steps will reproduce the problem?
1. I create 2 .proto's (see attached files) loosely taken from the Google
tutorial: http://code.google.com/apis/protocolbuffers/…
-
`protoc` is required for the build and it may need to be re-compiled surprisingly frequently. Updating environment variables and specifically `PATH` can require re-compilation. See https://github.com/…
-
In the Kuma repository, the import path for `config.proto` is simply:
```
import "config.proto";
```
This is very confusing because there's no obvious relationship between the `doc` option and…
-
It seems that only binary protocol buffers are supported for interconversion between protobuf and swagger. How can I convert binary protocol buffers (`.pb`) to and from proto3 protocol buffers (`.prot…
-
The endpoints that must be are the following ones:
- https://github.com/terra-money/alliance/blob/main/proto/alliance/query.proto#L83-L88
- https://github.com/terra-money/alliance/blob/main/proto/al…
-
LndGrpc.hs file generated by `proto-lens-protoc` plugin is too big (3.01 MB). This causes compilation failure on my laptop (8 GB RAM). On machines with bigger RAM capacity it still takes a while to co…
-
The `build.rs` approach to compiling proto files works, but is in some ways cumbersome.
I wonder if it would be possible to abuse the function-style procedural macros to generate the messages „inli…
-
### Is there an existing issue for this?
- [X] I have searched the [issue tracker](https://www.github.com/Kong/insomnia/issues) for a bug that matches the one I want to file, without success.
### In…
-
Hi! I saw your comment today [on the protoc](https://github.com/bufbuild/protovalidate/issues/33#issuecomment-2403643276)
This issue asks to integrate with https://github.com/neoeinstein/protoc-gen…