Henri Beck
Henri Beck
In the main grpc-web package, the google-protobuf package is declared as a peer dependency even though it is not referenced anywhere in the source code and doesn't need to be...
With more OS projects now planning to move to Typescript (jest, Vue.js, etc.), I think it would be time to think about doing the same. Typescript has matured and now...
_From @rgnevashev on February 26, 2018 17:20_ _Copied from original issue: cssinjs/react-jss#203_
_From @kof on June 5, 2017 20:35_ Motivation: when you snapshot components with jest, you can also snapshot css generated by the component. Ideally this should also work with styled-jss....
This is the refactor to Typescript. This includes the following changes - All code has been converted to TS - We are now building the code with `tsdx`, therefore a...
When started using `grpcweb`, we found the typings of a `oneof` statement rather outdated and not type-safe. ### Problems With the current typings being an object with just optional keys,...
I'm not quite sure why `Reachability` was a dependency but removing it didn't cause any issues for me.