-
### Go version
go version go1.23.1 darwin/amd64
### GoFrame version
v2.7.4
### Can this bug be reproduced with the latest release?
Option Yes
### What did you do?
```proto
syntax = "proto3";
…
-
Protobuf v3 [supports optional fields](https://protobuf.dev/programming-guides/proto3/#field-labels). When generating GraphQL code using this plugin, it fails with this error:
```
Warning: plugin …
-
### 🔎 Search Terms
ts2742, inferred type, bufbuild, protobuf, es, proto3
### 🕗 Version & Regression Information
- This changed between versions 5.6.3 and 5.7.x
### ⏯ Playground Link
_No response_…
-
Hi,
I encountered an issue while trying to compile .proto files using your library. Here is the detailed setup and problem:
File Descriptions
a.proto:
```
syntax = "proto3";
package nrpc…
-
I build it on my Android phone chroot container
my env:
ubuntu-22.04-arm64
gcc 12.3 g++ 12.3
protoc 3.12.4
libfmt must compile alone,otherwise could not find std.h.
https://github.com/fmtli…
-
![image](https://github.com/user-attachments/assets/e7325ed9-744b-4a79-a1eb-3d74e0c5a960)
-
I see that you can use `--flutter-git-url=$URL` to run Puro commands with a specific fork of Flutter, however, I'd like to set this option globally. I do not see a way to do this. My first thought was…
-
Please support proto3
-
如下的message定义,并不会生成内部是Imp 和App struct
- demo.proto 内容
```
syntax = "proto3";
package proto;
option cc_enable_arenas = true;
message Demo {
Imp imp = 1;
App app = 2;
…
-
Hi, thanks for your work, it's really awesome. But when I installed it, it failed with an error information "/road_boundary.pb.h:17:2: error: #error This file was generated by an older version of prot…