Jacques Favreau
Jacques Favreau
**Description:** I'm trying to track down if Emotion will work for our (admittedly kind of sprawling) browser support matrix. In [the docs](https://emotion.sh/docs/introduction#browser-requirements), it says > Emotion supports all popular browsers,...
I've noticed that scrolling a horizontal group of elements that are in right-to-left (RTL) writing mode scrolls to the wrong end of the list. The native API seems to handle...
# Reporting a Bug? The current implementation of lightbox [targets the `body` element](https://github.com/frontend-collective/react-image-lightbox/blob/master/src/react-image-lightbox.js#L1457-L1460) as the appRoot for use by `react-modal` but that isn't the actual app root, which means that...
### Version ^29.3.1, but I believe this impacts many/most version with type support. ### Steps to reproduce 1. Clone this repo https://github.com/betaorbust/jest-type-pollution 2. Repro steps in Readme.md, but in short:...
### Describe the feature you'd like to request Currently, turborepo adds `.turbo` directories to every workspace package. My understanding from the docs and poking around is that this is used...
I have the following code, which seems to be triggering some strange behaviors around the indent rule. 1) It's incorrectly flagging the indent on the return statement, but **only** in...
https://github.com/betaorbust/eslint-plugin-no-reassigned-consts/issues/7 >The plugin currently raises an error when destructuring with a default value. > >``` >const {bar='bar'} = foo; // Raises error 'bar is a constant and should not be...
This PR fixes #26 and #27. In both cases now, groundskeeper will error out on a broken file. This greatly reduces the chances of an unexpected output or runtime error...
