-
```
Currently to use a compiler plugin, it seems like you have to create a shell
script wrapping protoc call with additional command line options, call it
protoc and set the path in Compiler Locatio…
-
I work with (a steady stream of new) students on various projects using protobuf, and more often than not they don't pay attention to the version of their installed `protoc` compiler, `protoc-gen-go` …
-
Continuing discussion from tony612#54.
@aquarhead commented:
> Providing `type_fqdn` as `defoverridable` might not be the best way to customize it... Especially if generating code through the prov…
-
```
Currently to use a compiler plugin, it seems like you have to create a shell
script wrapping protoc call with additional command line options, call it
protoc and set the path in Compiler Locatio…
-
Command:
tried this => protoc -I proto/ sample.proto -I. --openapi_out=.
tried this => protoc sample.proto -I. --openapi_out=.
Version: gnostic@v0.5.5
Error:
panic: runtime error: invalid…
-
#### Summary
Always works fine with other language but go demand protoc-gen-go-grpc to generate proper files
```
docker run --rm -u ${UID} -v${PWD}:${PWD} -w${PWD} jaegertracing/protobuf:l…
-
Build fails:
```
===> Building for criterion-2.4.1
[ 1% 2/53] /usr/local/bin/msgfmt ../po/fr.po -o po/fr/LC_MESSAGES/criterion.mo
[ 3% 3/53] /usr/local/bin/msgfmt ../po/de.po -o po/de/LC_MESSAG…
-
Hello, I have an android project I'm trying to migrate. I updated the version of protobuf-gradle-plugin from 0.8.19 to 0.9.0 and now nothing is being generated by the plugin. I've tried several things…
-
**Issue Summary:**
I am experiencing a problem with the Gnostic library and the protoc-gen-openapi plugin when generating an OpenAPI specification from a Protocol Buffer service. The generated OpenAP…
-
For the command `grapi protoc`, is there a way to add custom plugins such as lyft/protoc-gen-validate