-
Protobuf 3.12 has added support for [optional fields](https://github.com/protocolbuffers/protobuf/blob/master/docs/implementing_proto3_presence.md), and with version 3.15 this is no longer an experime…
-
Hi Brice
There are few others maven plugins listed below. I guess this connector will work only for older google's plugin `com.google.protobuf.tools:maven-protoc-plugin`, that I could not even noti…
-
Note we haven't documented it yet, but `buf protoc` is now integrated into buf, and would replace much of your logic piping the output of `buf image build -o -` to `protoc --descriptor_set_in` - would…
-
Hi! I work on Buf, but I'm just discovering this repository and the `protoc-gen-openapi` plugin. Thanks for pushing your schemas to the BSR!
A Buf user ran into a confusing set of issues generating…
-
There are a couple usability issues related to absence of gobin-installed binaries in PATH.
First one is obvious: `gobin -m -run github.com/golangci/golangci-lint/cmd/golangci-lint` is a way harder t…
-
```
~/Workspace/mgbuild$ ./build.sh Phonesky
Info "protobuf-micro" is up-to-date.
Info "protobuf-micro" is up-to-date.
Info Building target "JGoogle"
Info Executing typeop "protoc-micro" f…
-
### What happened?
repro: https://github.com/binoche9/repros/tree/ts-proto-library-nested-workspace
```
bazel build @inner//:settings_ts --override_repository=aspect_rules_ts=$HOME/Projects/rul…
-
grcp (https://github.com/grpc) is very active now and is relying on proto 3
Java users need a nice Maven integration, so we will update the original repo:
https://github.com/google/protobuf/issues/230…
-
**Is your feature request related to a problem? Please describe.**
Currently, PB files do not support external imports, which makes it inconvenient to directly apply certain plugins as they require…
-
**Describe the bug**
Trying to compile grpc as a cmake subproject. Unfortunately this fails during the step where it compiles some proto files itself. Particularly, this seems to happen because the `…