-
A non-exhaustive list:
* A "hello world" binary.
* Small Go project with a few libraries and tests.
* Go project with cgo files and libraries.
* Go project with vendoring.
* Go project with .pb…
-
It looks like we are going through with https://github.com/tendermint/go-amino/issues/156 and https://github.com/tendermint/go-amino/pull/163 👍
I have a 2 thoughts I wanted to sketch down here ev…
-
Reported by @nandanarista:
I did some digging and found at least one problem with reflection[1] for gRIBI (in general, not specific to EOS, problem occurs in gribigo[2] as well)
Focussing on the…
liulk updated
8 months ago
-
For `content-delivery.proto` file:
```
syntax = "proto3";
package content_delivery;
import "google/protobuf/struct.proto";
...
message Test {
// optional google.protobuf.Value data = …
-
In the Kuma repository, the import path for `config.proto` is simply:
```
import "config.proto";
```
This is very confusing because there's no obvious relationship between the `doc` option and…
-
Hi,
Conflicts happen after generating separate files that are a part of the same package.
Such generated files have functions and variables with the same name which causes issues.
Example:
Lets…
-
Hi! I saw your comment today [on the protoc](https://github.com/bufbuild/protovalidate/issues/33#issuecomment-2403643276)
This issue asks to integrate with https://github.com/neoeinstein/protoc-gen…
-
LndGrpc.hs file generated by `proto-lens-protoc` plugin is too big (3.01 MB). This causes compilation failure on my laptop (8 GB RAM). On machines with bigger RAM capacity it still takes a while to co…
-
The `build.rs` approach to compiling proto files works, but is in some ways cumbersome.
I wonder if it would be possible to abuse the function-style procedural macros to generate the messages „inli…
-
Hello,
I'm facing an issue with installation. I've managed to install on localhost port 3000, and now I'm trying to put a nginx reverse proxy in the front of the app.
However, the app seems not dete…