-
```
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've attempted to compile the examples in this repository after installing eigen and protobuf locally using your scripts. While making the example, I get many errors like this:
```
In file include…
sjdrc updated
6 years ago
-
D:\开发工具\go-code\learn\rpc\proto\pb>protoc --protorpc_out=. arith.proto
WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future release of golang/protobu…
-
I'm just trying to use this, installed everything via Pear as described but get the following...
PHP Warning: require_once(DrSlump/Protobuf.php): failed to open stream: No such file or directory in …
-
Run the graph node and point it to a local anvil instance to test a basic integration.
-
Hi, I'm moving a project from `sbt` to `mill` and did not find a way to use the codegen outside of `sbt`. Is it possible to run the fs2-grpc codegen as a standalone, e.g. with protoc?
-
I have the next problem:
`Execution failed for task ':sdk:mavsdk:generateProto'.
> protoc: stdout: . stderr: Traceback (most recent call last):
File "C:\Users\alari\AppData\Local\Programs\Pyt…
-
Hi,
I completed the following steps before this issue:
1) git clone https://github.com/grpc/grpc.git & make install
2) git clone https://github.com/google/protobuf.git & make install
3)git clone h…
-
When I'm doing `protoc-gen-X --help` I would expect to have a little section about how I can configure buf to use this plugin, what are the different options available that I can pass in my `buf.gen.y…
-
```
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…