Eryu Xia

Results 226 comments of Eryu Xia

@Belpaire Ping on CLA process. Thanks!

> @sampajano is there any plan to fix grpc-web? I just used the command from the [README.md for TypeScript](https://github.com/grpc/grpc-web#typescript-support): > > ``` > protoc -I=$DIR echo.proto \ > --js_out=import_style=commonjs,binary:$OUT_DIR \...

@barrelful Thanks for pointing out the typo, will fix the documentation. :) > But also, there is a problem since when I run it in the browser I get the...

@barrelful @catarse-natural thanks for the feedbacks.. @barrelful I'm guessing the issue is Vite specific, is that right? I'm not really familiar with the framework, so i can't really comment on...

thanks for trying all the above mentioned options.. > I am not really sure if it is Vite specific or not. It is hard to isolate the error since I...

@mvonwaldner Thanks so much for sharing your solution! Very much appreciated!! --- To others who had issues earlier: Does the above solution work for you? If this works for some,...

@adlion Thanks for your report! Could you check if you're following the rough steps laid out in our demo app here: https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo/ts-example/README.md Note that one of the required steps there...

@dawsonc623 Thanks for reaching out! > Is there a status or plan regarding exposing rich errors in a way users can get pretty easily? No, there isn't a current plan...

Aha! From the [example](https://github.com/grpc/grpc-web/issues/399#issuecomment-658259826) given here, it was using the stream callback API rather than promise. Could you try if that work? We can potentially explore how to make this...

> The client I use does not return the same kind of object as that one, it seems (I am using the TypeScript generator). In order to use the ".on(..."...