-
```
protoc --version
libprotoc 3.15.6
```
```
make gen
protoc --proto_path=proto proto/*.proto --go_out=plugins=grpc:pb --grpc-gateway_out=:pb --openapiv2_out=:swagger
protoc-gen-go: invali…
ghost updated
4 months ago
-
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 …
-
Migration to [Automatic Exec Groups](https://bazel.build/extending/auto-exec-groups) (AEGs) is needed since its incompatible flag (`--incompatible_auto_exec_groups`) will be enabled for Bazel@Head by …
-
### Describe the Bug
asdf is complaining `No preset version installed for command flutter`
however, when I run the recommended command: `asdf install flutter 3.13.6` it says: `flutter 3.13.6 is …
-
I am considering writing a `protoc-gen` plugin using wire for handling `CodeGeneratorRequest`. However, I'm having trouble getting the proto to compile due to interactions with handling of built-in ty…
-
Protoc plugins for generating graphql schema and go graphql code
https://github.com/danielvladco/go-proto-gql
-
### Problem description
Running protoc_plugin.js result in an error I can't debug or solve.
### Reproduction steps
```cmd
protoc --js_out=import_style=commonjs,binary:backend\cloud-run\src\proto…
-
Hi, I am trying to follow instructions for the [Greeter example](https://github.com/ysugimoto/grpc-graphql-gateway/tree/master/example/greeter). The first step (`make`) fails. Please see below:
```…
-
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x1315fce]
goroutine 1 [running]:
github.com/infobloxopen/pro…
-
It would be really nice to have a remote plugin uploaded to Buf's BSR for `protoc-gen-openapi`, so that we can build our OpenAPI 3 schemas from our protobuf schemas using Buf in smaller Docker contain…