-
Hello all,
My colleagues installs gRPC 1.53.0-pre1 and protobuf 3.21.12.0 into a image, i use this docker environment.
* In nav_interfaces package, i define `dynamic_localmap.proto` file and `grpc…
-
Hi
Thank you for this excellent work.
I encountered an error while compiling using SSH and catkin build.
Here is the full log:
```Bash
qin@qin-desktop:~/catkin_ws$ catkin build voxblox_ro…
-
当前kitex框架时是kitex封装protoc命令的形式来生成grpc的代码。公司当前的grpc框架是用的gogo/protobuf来生成grpc客户端服务端代码。经过测试, 发现fastpb的性能仍然比不上gogo/protobuf,查看对比源码,发现可能是fastpb不够简洁造成的,整体实现原理差不多.
因此,是否可以protoc的形式来生成kitex grpc代码呢:
```
p…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
The generated gRPC code is different from the result of the [protoc-gen-go-grpc plugin](google.golang.org/grpc/cmd/protoc-gen-go-grpc). By reading the rule definition, it seems that rules_go is using …
-
### Is your feature request related to a problem?
### Describe the solution you'd like
I want to use grpc-java in my android project with kotlin DSL
but no java file generate.
I hava …
-
Hello I am trying android build by project with r8. But I am getting CompilationFailedException. Below is the dependencies I used for the project,
```
protobuf {
protoc {
artifact = …
-
**Summary**
The [Installation from Source guide](https://github.com/determined-ai/determined/blob/master/CONTRIBUTING.md#installation-from-source) in CONTRIBUTING.md could be more user friendly.
…
-
Bear build fails. output:
```
[ 19%] Built target grpc_dependency
[ 19%] Built target googletest_dependency
[ 39%] Built target nlohmann_json_dependency
[ 58%] Built target fmt_dependency
[ 78%]…
-
## 🐛 Bug Report
For RPC that have a body (typically POST) and one or several path params, the swagger generated uses an anonymous inline schema.
This creates issues with some code generator later …