-
Most of our grpc APIs use google.protobuf.Any. However, I couldn't find a clear way to fill the "any" fields via grpcui. A default String type is populated for the any field. Is this field supported b…
-
M1 grpcui -plaintext localhost:8023 Failed to compute set of methods to expose: proto: invalid syntax: ""
ioext updated
10 months ago
-
On a server with reflection enabled (works fine with both grpcurl and grpcox), I get this error when running grpcui:
```
$ grpcui -vvv -bind 0.0.0.0 -port 8082 -plaintext localhost:4567
INFO: 201…
-
## Requirement - what kind of business use case are you trying to solve?
It is not obvious to people consuming that all-in-one image when CLI flags are deprecated or defaults are changed.
The Is…
-
```
import grpc
import osmosis_protobuf.osmosis.gamm.v1beta1.query_pb2_grpc as query_grpc
import osmosis_protobuf.osmosis.gamm.v1beta1.query_pb2 as query
from google.protobuf.json_format import Me…
-
Hi,
I have a struct in this format
```
type Response struct {
Url string `protobuf:"bytes,1,opt,name=url,json=url,proto3" json:"url,omitempty"`
XXX_NoUnkeyedLiteral struct{} `js…
-
Our codebase uses rest.nvim like syntax for writing GRPC requests. The team uses Intellij plugin for that. I am the only one who uses neovim. I found a plugin for running GRPC requests but its syntax …
-
### Short description
Produce a 'Not Found' HttpResponse with content-typed `application/grpc`
### Details
When calling a gRPC service that does not actually exist, we currently respond with …
-
Hi everyone,
I have the following problem:
**Proto file(s)**
syntax = "proto3";
option csharp_namespace = "GrpcWebDemo";
package greet;
// The greeting service definition.
service Greet…
-
Currently Atomkraft is having implemented GRPC broadcasting only for Cosmos SDK modules and x/wasmd module trough terra_sdk. That is, the mechanism of easily creating tx and broadcasting them to the …