-
Hello,
I am looking into proto benchmark and found that Message*.proto and access_message*.h files are auto generated.
May i know how these 2 files generated? Is there any script that can be used …
-
When I run this, I get an error:
```
# ls /root/csi.proto
/root/csi.proto
# pwd
/root
# grpcurl -plaintext -unix=true -proto /root/csi.proto /var/run/csi/csi.sock describe
Failed to process p…
-
I am having trouble using --proto_descriptors and --proto_roots
I have created a proto descriptor sample using `protoc --descriptor_set_out=desc.pb schema.proto`
When I run `./grpc-dump -proto_d…
-
Importing and sharing proto files is a common tripping point. Grpc.Tools doesn't really have docs.
Document this to help people and provide a link that we can point people towards.
-
One can put an `external_program` returned by the `find_program()` as a dependency for the custom target only if the program is an executable target that is a part of the built (so it is likely an `ex…
-
This only includes the lightning.proto file. Would be beneficial to have all the missing protos to have access to the full lnd api
-
Hi,
nanopb installs Python files outside its module directory (_dist-packages/nanopb_) to _dist-packages/proto_. It creates file conflict (as reported in Debian [1]) with another Python module named …
-
project directories
```bash
tree .
.
├── build.rs
├── Cargo.toml
├── demo
│ └── main.rs
└── proto
├── common
│ └── header.proto
├── mod.rs
└── module
├── heade…
-
Hi,
Even if I have matching .proto files, message types are not visible in messagetype combobox.
I can see decompiled proto in treeview, but not with messagetypes
Any hints?
sinag updated
3 years ago
-
```
Jengro@Jengro-PC:~/Documents/Dev/simple-admin/express-delivery$ ./cr_rpc.sh
go run -mod=mod entgo.io/ent/cmd/ent generate --template glob="./rpc/ent/template/*.tmpl" ./rpc/ent/schema --feature s…