-
The plugin would add proto options:
- Messages:
- [x] ignore messages
- [x] automatically register messages types
- [x] mark field as message key
- [ ] mark field as index
- [ ] mark f…
-
Right now the protoc-jar library does it's own resolution which I think side steps maven proxy config, and the jar also includes a few dated protoc exes, if we could depend more directly on protoc exe…
-
## 🐛 Bug Report
Trying to run `go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2` to install the [protoc-gen-openapiv2](https://github.com/grpc-ecosystem/grpc-gateway/tree/m…
-
`dart pub global activate -sgit https://github.com/google/protobuf.dart.git --git-path protoc_plugin/`
gives me the following error:
```
* protoc_plugin 22.0.0-dev from git https://github.com/googl…
-
Could you please add more archs in release for **protoc-grpc-swift-plugins** (+ `tar.gz` format). Same way as it is for [protobuf/releases](https://github.com/protocolbuffers/protobuf/releases)
###…
Kirow updated
11 months ago
-
### Is your feature request related to a problem? Please describe.
To reduce the need for a C++ compilation toolchain to generate code for a multitude of languages and platforms while saving time and…
-
Hi there,
Could we bump up the jprotoc 1.23 updated to use io.grpc version 1.66 or higher since we are using this package in our company but we have to complice with CVEs
Thanks in adavnce!
-
This bug is a rebirth of protocolbuffers/protobuf#9152, which has already been fixed in v3.19.1. It seems the fix hasn't been delivered to the latest version.
**What version of protobuf and what la…
-
### GitHub Repository
https://github.com/abhinav/buf-include_imports-strategy-repro
### Commands
```shell
buf generate
```
### Output
```shell
protoc: common/v1/value.proto, keyval…
-
Hi, I am trying to build a simple android app that uses protocol buffers (and will try to move the protocol buffer code into an android library in the same project thereafter if successful).
Here is …