-
**Is your feature request related to a problem? Please describe.**
It seems that when a protobuf is used to generate a BigQuery schema using https://github.com/GoogleCloudPlatform/protoc-gen-bq-schem…
-
### Feedback
The convertion fails for `convert_onnx_to_tflite(..)` with the error:
```
TypeError: Descriptors cannot be created directly.
If this call came from a _pb2.py file, your generated co…
-
## steps
```
[info] Loading global plugins from /home/jvican/.sbt/0.13/plugins
[info] Loading project definition from /data/rw/code/scala/sbt-protoc/project
[info] Set current project to sbt-proto…
-
**Is your feature request related to a problem? Please describe.**
Yes. I'm required to manually discover and then install the correct version of the standard C++ compiler (per https://github.com/g…
-
### Description
While running the crewai command from the terminal, I encountered a TypeError that suggests the descriptors cannot be created directly. The error message indicates that the issue may …
-
我下载源码进行编译,但是显示使用了这个类,我查找了protoc文件发现也没有相关定义关于这个类。
-
I have a file like
```
edition = "2023";
...
```
When running protoc-gen-doc like so:
```shell
docker run --rm \
-v $(pwd)/:/out \
-v $(pwd)/proto:/protos \
pseudomuto/protoc-gen-doc -…
-
Enabling debug logging shows the following error:
```
Parse Go: helloworldconnect/helloworld.connect.go
Error: unknown package: helloworldconnect
Failure: plugin protoc-gen-go-patch: exit …
ghost updated
2 months ago
-
## 🐛 Bug Report
Since version `2.0.1`, the protobuf option `go_package` is required to generate the gateway or the OpenAPI schema.
## To Reproduce
Using this `.proto` file:
```protobuf
sy…
-
**Is your feature request related to a problem? Please describe.**
As much as I like it, remote code generation is not permitted at my company. We also currently manage all dependencies through nixpk…