Michael Lumish
Michael Lumish
BSD 2-Clause and BSD 3-Clause are different licenses, so which one is this project licensed under? Plus, it would be helpful to include the actual text of the license as...
Among the channel args documented [here](https://grpc.github.io/grpc/core/group__grpc__arg__keys.html) I have had the following issues with understanding their functionality, specifically when trying to implement them in `@grpc/grpc-js`: - **`GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL`**: What is the practical...
We have had some reports that some customers are being adversely impacted by the missing retry behavior in grpc-js. In particular, apparently some auth errors encountered in the wild are...
This site is based on the content of the release branch, but the installation instructions for the examples say to clone master and then run the installation. After the clone...
Please discuss this proposal in [this mailing list thread](https://groups.google.com/forum/#!topic/grpc-io/AIJ9oGXKCrU).
Node 10 added [Context-aware addons](https://nodejs.org/api/addons.html#addons_context_aware_addons), using the `NODE_MODULE_INITIALIZER`. To be able to make such an addon with compatibility with older versions we need a corresponding macro in nan.
Somewhere in your transitive dependencies, you have a dependency on `grpc` version `1.13.0`, which is old and incompatible with recent versions of Node, leading to issues like grpc/grpc-node#1428. I suggest...
Node 10 and 12 are no longer maintained, and Node 18 is now out.
This is a tracking issue for the following error message output by `@grpc/grpc-js`: ``` Failed to add metadata entry : . . For more information see https://github.com/grpc/grpc-node/issues/1173. ``` **This is...