Julien Roncaglia
Julien Roncaglia
Instead of the generic 'invalid frame byte' a more specific error `compressed frames aren't supported` is returned when a compressed frame is received Related to https://github.com/grpc/grpc-web/issues/561
When a proto element is deprecated a comment is added to mark it as such to editors in typescript files. For example: ```proto // The greeting service definition. service GreeterMethodDeprecated...
For servers that support `grpc-accept-encoding` as no encoding is currently supported in grpc-web this communicate this fact. Related to https://github.com/grpc/grpc-web/issues/561
I was expecting the chapter about react to go deeper into the optimizations possible with using memo and components in general (Well ok maybe it's because it's me). With maybe...
See #40 for some background. The current tests use files but we have no way to control whenever the IO will really be asynchronous or not, we should use pipes...
* Use the apache compress library to zip in parallel * Avoid the temporary zip file and copy by adding the unknown files directly while building the apk Notes: *...
Add a new option `l` or `compression-level` to configure the compression level for the generated Zip files.
Support colors & all other nice things !
See https://github.com/chalk/supports-color/blob/master/index.js for some JS lib !
See * https://github.com/rpavlik/cmake-modules/blob/master/FindWindowsSDK.cmake * https://github.com/gradle/gradle/pull/4414/files