Eryu Xia

Results 226 comments of Eryu Xia

I think we can keep it open for now, but we need to decide on a "reasonable" size so we know what's the target :) Input is welcome :)

> What seems very odd to me, is that the entire google-protobuf is being pulled in even if only a tiny part of the library was actually used. I'm curious...

> The generated code contains only two references to google-protobuf which are goog.exportSymbol() and goog.object.extend() as mentioned above. In theory here, webpack should tree shake away the unused parts of...

@yasushi-saito Thanks a lot for discovering the performance bottleneck and doing the benchmark! :) Although, it's unlikely that we'll adopt a third-party library (i.e. `js-base64`) for doing encoding/decoding (especially internally)....

Thanks for filing the bug! I've subscribed also :)

Hi! Thanks for the question! I've checked with the team and it seems that there's no concrete plans yet to add non-binary encodings. gRPC JSON should be a possibility but...

@notmedia Hi! Thanks so much for your interest and ideas here! 😃 I think is a good idea and indeed a potential area of improvement! I wonder if you have...

@altryne FYI there's a recent discussion going on in https://github.com/grpc/grpc-web/issues/1277 that will probably bring a solution here. You could consider follow it :)

@iendeavor Thanks for your contribution! Very cool!😃

Thanks for the question. Do you mind providing some details on how exactly are you specifying http/3 to be used? thanks :)