Julien Lecomte

Results 3 issues of Julien Lecomte

### Is your feature request related to a problem? Please describe. Not really, other than the fact that I cannot migrate my server from `grpc` to `@grpc/grpc-js` until `@grpc/grpc-js` supports...

feature request
package: @grpc/grpc-js

Hi! I would like to suggest a very minor enhancement. Consider this when you get a chance :) I noticed that `zlib` (all lowercase) did not match any SPDX license...

Right now, `Cerebro.rehydrate()` expects JSON. However, I have a use case where I want to pass it an object. Current implementation: ```js Cerebro.rehydrate = function(dehydratedObject) { // if the dehydratedObject...