-
After installation
pear channel-discover pear.pollinimini.net
pear install drslump/Protobuf-beta
I still can't run this generator. With output like this :
sudo protoc --plugin=protoc-gen-php --ph…
-
### Problem description
When I install grpc-tools and try to run code generation (i.e. `node node_modules/.bin/grpc_tools_node_protoc [...]`), I get an error
```
node_modules/.bin/grpc_tools_no…
-
Currently there is a single plugin with limited support for generating gRPC client code, and there is demand to cover servicer generation #19, with grpclib or grpcio, or none #44 #20 .
Since AFAIK…
nat-n updated
3 years ago
-
specifically on https://bazelbuild.github.io/rules_rust/rust_proto.html it has
```
load("@rules_rust//proto:toolchain.bzl", "rust_proto_toolchain")
rust_proto_toolchain(
name = "proto-too…
-
```
d@cosmos:~/math/src/network/chat/bitlbee/plugins/1Slackware/purple-googlechat$ make
protoc-c --c_out=. googlechat.proto
protoc-c: error while loading shared libraries: libprotobuf.so.23.4.0: ca…
-
`cs fetch` is able to retrieve the plugin:
```
$ cs fetch --scala-version 2.12 --sbt-version 1.0 --sbt-plugin com.thesamet:sbt-protoc:0.99.18
https://repo1.maven.org/maven2/org/scala-lang/scala-lib…
-
Hey there 👋 I’m exploring the Bazel+Haskell space, and in attempting to install hrepl (via `bazel build //hrepl`), I ran into the following:
```
ERROR: /private/var/tmp/_bazel_patrickt/9b0f64af68d…
-
```{"npm-install-script":[{"code":" \"prepare\": \"mkdir -p src; protoc -I ${PROTOLOC:-$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway}/third_party/googleapis -I /usr/lib/protoc/include --plugin…
-
### What version of rules_go are you using?
v0.24.3
### What version of gazelle are you using?
v0.22.2
### What version of Bazel are you using?
Build label: 3.5.1-homebrew
Build ta…
-
Hi, extremely thankful for providing this easy bazel gRPC template. I am running into an issue when using the bazel build command on my windows PC. I was wondering if you could provide some guidance. …