Laurent Cozic

Results 266 comments of Laurent Cozic

I'd like to see a fix for this too. The advice to destructure is odd as it's like getting rid of a very useful and meaningful namespace. It's like doing...

This is still a problem as far as I know. This rule is not usable in many contexts (personally I had to disable it) as it's often not practical to...

@rattrayalex, not really. I wouldn't want to ignore functions because their identify might be important, in particular for callback (using useCallback). However, I would definitely want to ignore the `this`...

I wonder what's the plan for this issue? It seems two years later people are still having trouble with this, and personally I still think that destructuring all props is...

It doesn't seem the PR will ever be merged unfortunately. Has anyone created a custom rule that could be used as an alternative to `react-hooks/exhaustive-deps`?

Actually it's not too complicated to setup a Vorpal app in such a way that it accepts a command, prints the result, and exits. From there it's only a matter...

Is there any chance this pull request could be merged in one form or another? I keep running into issues due to Minimist automatic casting. For example, most of the...

Ok that's good news actually if you are going to remove minimist. Is there any roadmap for v2.0? (just to get some idea of what's coming and maybe contribute)

I think `exec` and `execSync` shouldn't add an history entry by default since these two functions can only be called programmatic ally, while the history is reserved for user actions....

If I may make a suggestion, I feel a plugin system at this stage would be overkill and slow down the development. It might be fine to simply develop the...