Anton Gilgur
Anton Gilgur
## Summary Dogfood rpt2 more by using it as a `configPlugin` on our own internal `rollup.config.ts` ## Details ### Motivation - use rpt2 as a `configPlugin` within our own build...
## Summary Bumping the Rollup peerDep and removing legacy tech debt workarounds - As discussed in https://github.com/ezolenko/rollup-plugin-typescript2/issues/435#issuecomment-1629852786 ## Details ### Rollup upgrade - `3.7.5` includes https://github.com/rollup/rollup/pull/4749 - which fixes the...
## Summary Test coverage would be an excellent addition to this library. Automatically ensuring that we test all parts of our Helm charts and having a threshold for contributions would...
## Summary Be able to share a test suite across multiple projects, with some overrides ## Motivation Many Helm configurations are standardized across most charts. For example, `Deployment`s typically have...
## Link to bug demonstration repository [agilgur5/physijs-webpack#coverage](https://github.com/agilgur5/physijs-webpack/tree/coverage) Relevant files are `browserify.js` and `webpack.js` as well as their respective tests `browserify.spec.js` and `webpack.spec.js` which are all like 5-10 LoC each. `package.json`...
**Describe the bug** When dynamically importing `react-monaco-editor`, such as for the purpose of code-splitting the gigantic dep that is `monaco-editor`, some of the default props appear to be dereferenced when...
Hi @blackjk3 , thanks for making this component! I forked off into [react-signature-canvas](https://github.com/agilgur5/react-signature-canvas) around 3 years ago when this was no longer maintained. The fork was initially just to have...
- Per the cross-fetch FAQ (https://github.com/lquixada/cross-fetch#why-not-isomorphic-fetch), isomorphic-fetch has issues with RN, hasn't been maintained in years, and has outdated dependencies - cross-fetch hasn't been maintained in some months now too...
Currently the default property for `as` is `body`, but the logic makes this undesirables, as: https://github.com/mjackson/http-client/blob/master/modules/index.js#L205 ``` if (as in response) return response[as] ``` will by default return `response.body`, which...