Jason Quense
Jason Quense
Hi there again :wave: I'm back with some residual concerns from the long closed: https://github.com/globalizejs/globalize/issues/441. I've attempted more than a few times to support Globalize as a i18n option in...
Went to upgrade after #31 was released and noticed that the issue continued to persist. The reason is `get-modules-list-for-target-version` is being fed `3` for the version by default, which ignores...
### Reproduction demo https://codesandbox.io/s/react-popper-v2x-issue-template-vb3kt?file=/src/index.js ### Steps to reproduce the problem 1. ensure the codesandbox has enough room along both axis' so that `auto` move it to the side as well...
I stole this from styled-components DT type def. Basically the large union is a lot of the per cost to these types. By having it be just `string` most of...
Any chance ya'll be open to an option that would allow outputting Type names without an `_`? We always renaming types to avoid a lint error, which is admittedly a...
* webpack Version: 5 * karma-webpack Version: 5 ### Expected Behavior providing `transformPath` per the README works ### Actual Behavior The option is also passed to webpack which throws because...
Hey there 👋 This is perhaps a bug report and a bit of a question about how ya;'ll have implemented this. We've been working on our own semi-internal implementation of...
what browsers should we actually support here? RB has a bottom at ie11, and that seems fairly standard now, should we do that? react still theoretically supports ie9+ but in...
Webpack does some caching already against the filesystem, and plugins have the ability to change or augment the `fs` that webpack uses, to do things like store generated files in...