-
I am using googleapis as a base to my project and I have this bazel rule:
````starlark
proto_library(
name = "product_proto",
srcs = [
"product.proto",
],
deps = [
…
-
Hi, I'd like to understand why generated files in typescript are not implemented, so Echo example where has `request.setMessage('Hello World!');` doesn't work because setMessage is not implemented
…
-
**[problem]**
I send a grpc-web-text to server successfully, but payload has encrypted, I want to decrypt this so that I can do api test
**[try]**
I have used base64 decoding, but I failed
**[expe…
-
I'm trying to use protoc to compile my Protobuf types into JavaScript. I already set up protoc on my computer by downloading it from the GitHub releases page, moving the protoc binary onto my path, an…
-
I use `grpc_tools` to generate the code of proto files in `python` script, but I got errors after I installed `protoc-gen-grpc-web` and run the script. But the command `protoc -I=. *.proto --js_out=im…
-
Given a proto file like
```
syntax = "proto3";
import "google/protobuf/empty.proto";
import "google/protobuf/timestamp.proto";
service ProjectService {
rpc UpdateProject(Project.Request) ret…
-
Using protoc v21.0 with grpc-web v1.3.1 will yield error "--js_out: options: mode is required". Downgrading to protoc v3.20.1 will temporarily solve this issue.
Here's my full protoc command:
`pro…
-
When I open the "Events" or the "LoRaWAN frames" tab in the online interface, no data will be shown for the first 4 minutes.
The chrome inspector shows that for the post requests of `StreamDeviceEve…
-
mode=grpcwebtext: The default generated code sends the payload in the grpc-web-text format.
Content-type: application/grpc-web-text
Payload are base64-encoded.
Both unary and server streaming cal…
-
Hi all,
I don't know if I missed any installation docs, but I am trying to generate the javascript files for the [helloworld example in grpc-web](https://github.com/grpc/grpc-web/tree/master/net/gr…