Julien Lecomte
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...
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...