Sahin Yort
Sahin Yort
Also #80, #86, #51
> There are some things that I think are breaking changes, it's probably good to target those at 1.0 since it's a major release and can justify breaking compatibility. I...
also #82
> > * grpc-web client/support > > Which implementation would be the target? I personally use the improbable one because bundle size is much smaller than google's and supports binary...
Now that the windows issue is gone (and we test against windows as well), we can safely move on and add new features to the plugin. @koblas
#98 is here but it still needs a bit of work.
#132 has been merged.
current workaround is; 1- use protoc-gen-ts to generate `@grpc/grpc-js` compatible RPC code and put it behind an envoy proxy so that grpc-web can talk to it. 2- use protoc-gen-ts to...
> Ah... after further review, I think I see what's happened. Somehow, the getter and the 'which_' got conflated. (see [#39 (comment)](https://github.com/thesayyn/protoc-gen-ts/issues/39#issuecomment-852207171)) The current 'getter' is coded to be the...
Hey @jackpunt. sorry, I missed this. Actually, you don’t need to worry about bazel. just invoke `yarn test` or `npm run test` it will run the tests for you. The...