Eryu Xia
Eryu Xia
Hi thanks for the question! Without knowing too much about the server impl, i'd say encode/decode the metadata like you did might be a fairly decent workaround for this issue....
Hi! Thanks for the question! --- > can the plugin provide a option that do not change the fieldname to camel-case? The option to use under_score_names was discussed before. But...
Hi yeah i think you're right that only server-streaming is supported at this moment.. :)
There is a PR being discussed in https://github.com/grpc/grpc-web/pull/1240 You could follow if you'd like. thanks! :)
> I'm looking forward to it, but I'm a novice and I'm afraid I can't contribute anything that's fine.. :) Thanks for the interest!
Hi! Thanks for the report and sorry for the delay in response! I don't believe this is expected.. 😃 If you follow our [echo example](https://github.com/grpc/grpc-web#advanced-demo-browser-echo-app), are you still observing the...
Hi! Thanks for the bug report and sorry for the delay! I'm curious if this bug is specific to the Go grpc server, or this is more common than that?...
Thanks for the report! :) May i know what exact command you were trying to run while encountering this error? :) Curious if you're able to run `/usr/local/bin/protoc-gen-grpc-web` yourself? If...
Thanks for the details... When i run: ``` protoc -proto_path=. customer.proto --grpc-web_out=import_style=commonjs,mode=grpcwebtext:. ``` I get error: ``` Unknown flag: -p ``` But i assume that's just a typo in your...
Ah i see! I that case, consider searching / routing this issue to the protobuf project (who maintains `protoc`) too: https://github.com/protocolbuffers/protobuf I can help take a look later but i'm...