Glen Mailer
Glen Mailer
that was added in https://github.com/glenjamin/webpack-hot-middleware/issues/23
* Check that the rules are reasonable * Ensure we have rules which keep the syntax valid for older browsers (See #165) * Enable as a hard fail on travis
- [x] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md). - [x] I have checked for similar issues and haven't found anything relevant. - (ish, but minor) This is not a security issue...
### Problem description When using `.type()` I've been finding a common pattern that emerges is variations on the following ```js await userEvent.type(titleInput, 'Edited title', { initialSelectionStart: 0, initialSelectionEnd: titleInput.value.length, });...
Hello, I recently ran into an issue where we'd incorrectly specified a dependency as a devDependency - which meant the tests passed, but the published package was broken. Would you...
### Describe the bug When defining a component in one file, but then re-exporting it with a different name in another file, react-docgen-loader generates invalid code which then errors when...
### Describe the bug When applying a hot-reload/fast-refresh while scrolled down and looking at the docs page, the page scrolls back to the top This is quite annoying if you're...
One of the things I find makes ordinary cURL easy to work with is that it allows tacking arguments onto the end of the command line, which in practice tends...
### Describe the bug Similar, but distinct from #8179 When combining `:local` and/or `:global` without spaces, the parser doesn't recognise them and the modifier is not interpreted I appreciate this...
Hello! I was wondering if you'd considered whether it's worth it to use generics in the comparison functions, and what a migration path to that model might look like?