Simon.b

Results 10 issues of Simon.b

Hi, this is more a question than a real issue. I am not sure how I should implement reselect to have the same behavior as re-reselect with the cache-key. Here...

enhancement

**Context** I want to migrate to husky v8, but I am not sure it will work with my current project directory. I am working on a nxjs monorepo, and have...

### Question / Feature request react-dnd already let us define a `maxWidth` prop that will apply resizing restrictions, and so, restriction on the width. Would it also be possible to...

Not sure if it's a suggestion or an issue. I am using `comlink-loader` and I have encountered issue with my webkpack config and comlink. Indeed, my webpack config transpile my...

I have a specific usecase where my grid is not linear on the Y axis. Basically I have a list of rows which have different heights, and I want to...

Hi, Is there a way to test git with mocks? For example I would like to unit test: - A git init command (can be done using mock-fs) - A...

## Feature Request My current flow for running the CI is the following : - Create a feature branch - Push the feature branch - Create a pull request with...

When I try to install `stylelint-no-unused-selectors` I got the following issue: ``` npm ERR! Found: [email protected] npm ERR! node_modules/stylelint npm ERR! dev stylelint@"^14.1.0" from the root project npm ERR! npm...

Hi, I tried using eslint-plugin-destructure-depth with the example from the docs: ```json "rules": { "destructure-depth/max-depth": [ "warn", { "object": { "max": 1 } } ], } ``` But it is...

Hello, First of all, thanks for your contribution to the vite ecosystem 🙏 I got this error while running a test on a component: ``` Invariant Violation: Native animated module...