nice-grpc
nice-grpc copied to clipboard
A TypeScript gRPC library that is nice to you
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 7.0.0. Release notes Sourced from protobufjs's releases. protobufjs: v7.0.0 7.0.0 (2022-07-08) ⚠ BREAKING CHANGES drop support for Node 4, 6, 8, 10 (#1764) move command...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 4.0.0 to 5.4.0. Release notes Sourced from lerna's releases. v5.4.0 5.4.0 (2022-08-08) Bug Fixes core: update nx version range base to latest (#3283) (241cdde) create: default test...
Hi, Firstly great work on these libraries. I'm working on a wrapper of sorts myself. Basically I find the protobuf format fustratingly lacking - seriously, no ability to define required...
My gRpc server has three protos, when i use grpcui to debug, it works well only when i remove other two protos? how can i do?
Hi, I was wondering if there was any way to make this nice package work with https://github.com/SafetyCulture/grpc-web-devtools?
Hello 👋🏼 This is an excellent library that seems to do the trick for my team. I was wondering: Are there plans to support the "richer error model" discussed [here](https://www.grpc.io/docs/guides/error/#richer-error-model)?...
Nice library, we have been building our own abstractions on top of gRPC as well, but it looks like you've figured out most of the complicated details. One thing though...
I'm unsure if this is simply a property I'm missing to invoke, but it seems all my generated clients have optional fields? Generate Command: ``` echo "Generating $service_name TypeScript proto...
Bumps [ts-proto](https://github.com/stephenh/ts-proto) from 1.125.0 to 1.126.1. Release notes Sourced from ts-proto's releases. v1.126.1 1.126.1 (2022-09-21) Bug Fixes options: initializes M opt to empty object (#673) (cb76c5e) v1.126.0 1.126.0 (2022-09-21) Features...