-
Hello, I don't understand why following declarations will be compiled:
`
type is = int list [@@deriving protobuf { protoc }]
type io =
| Port of int [@key 1]
| Agg of is [@key 2]
…
-
NixOS is a Linux distribution which does not obey the FHS, and as such, the `protoc` supplied by `protoc-bin-vendored-linux` will fail to run:
```
error: failed to run custom build command for `me…
-
> protoc version: libprotoc 26.0
>
> shell: protoc --plugin=protoc-gen-grpc-java=/protoc-gen-grpc-java-1.63.0-osx-aarch_64.exe --proto_path=/xx/proto --java_out=/xx/java paged.proto user.proto
>
>…
-
#283 introduced the PROTOC env var, which our project uses to great effect via the `[env]` table in `.cargo/config.toml`, ensuring that all folks working on the project use a consistent pre-packaged v…
-
'protoc' is not recognized as an internal or external command,
operable program or batch file.
I'm still having this error after I did same thing you did in video Is there any problem please tell me…
-
prost-build has the "vendored" feature so that I need not have `protoc` installed. How hard would it be to add a similar feature to pbjson-build?
-
-
It would be nice if there were defaults for protoc path. By default, could it just use the one in your path. It also might make sense to default to the location where the protocol buffer project's "…
-
Please help
Error getting -while running protoc aster/protos/*.proto --python_out=.
aster/protos/*.proto: No such file or directory
-
To reduce duplication would be nice to reuse [protoc-gen-validate](https://github.com/bufbuild/protoc-gen-validate?tab=readme-ov-file#constraint-rules) options
```
// x must be exactly 5 character…