-
```
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…
-
protoc works nicely out of the box with maven because they package the binary to maven central. Is anything foreseen to get protoc-gen-doc deployed on maven central as well ?
-
for example:
message SomethingList {
repeated Something something= 1;
}
protoc.exe generate class SomethingList will have property SomethingList, this cause VS compile error;
The .proto file is …
-
I tried installin using the script at https://enigma-dev.org/docs/Wiki/Install:Linux
it didnt download the enigma-dev from github, so I tried manually downloading and then and running. I noticed t…
-
```
What steps will reproduce the problem?
1. Create a C# class:
[ProtoContract]
public class Test {
[ProtoMember(1)]
public TimeSpan value;
}
2. Generate a proto file with GetSchema():…
-
```
What steps will reproduce the problem?
1. Create a C# class:
[ProtoContract]
public class Test {
[ProtoMember(1)]
public TimeSpan value;
}
2. Generate a proto file with GetSchema():…
-
```
What steps will reproduce the problem?
1. Create a C# class:
[ProtoContract]
public class Test {
[ProtoMember(1)]
public TimeSpan value;
}
2. Generate a proto file with GetSchema():…
-
buf.gen.yamlフロント用ライブラリ
- [ ] protoc-gen-es
- [ ] **connect-query** / protoc-gen-connect-es(connect-queryの代替)
- [ ] connect-query&TanstackQuery(React Query)でいけたら嬉しい
-
![image](https://github.com/cloudwego/kitex/assets/42800995/009306bc-168d-4fcc-9f7f-af6a8455f691)
如上图
如果我一个原始PB里面使用了官方推荐的cloudwego/protoc-gen-validator, 要如何进行泛化调用了?
-
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…