Devin Rhode

Results 293 comments of Devin Rhode

I'm not sure of the best way to implement this, but, I am currently running some tasks in parallel with `run-p`: ``` "lint-staged": { "*.@(ts|tsx|js|jsx)": [ "yarn lint:autofix", "run-p --print-label...

I think I am hitting the exact same situation. It has nothing to do with package-lock.json, or anything specific to your situation. I'm going to open a new ticket and...

@ELLIOTTCABLE - have you found any work-around? It's been three months! :(

@ELLIOTTCABLE - if all your lint-staged tasks pass, do you notice that the file has been changed? I noticed in the readme, by default, all task modifications are reverted if...

Stash is allegedly only your staged changes? ![CleanShot 2021-12-09 at 15 48 35](https://user-images.githubusercontent.com/539816/145473516-cc85b920-0c6b-4f7c-b62e-9069c6e5a931.png) But regardless, when stuff is being restored, it runs `git reset --hard HEAD`.... ![CleanShot 2021-12-09 at 15...

here's my work-around... there could be a bug or some further tweaks. I'll try to come back and update this comment if there's any really important or crucial issues I...

The readme section on --no-stash was pretty clear to me - I'd like to always keep task modifications no matter what - but based on docs and my own observations...

I know there can be race conditions around git add, which can be problematic. However, I think it would be nice to be able to call git add in user...

Exactly what issue was solved, what node version, os version?

I wonder if you would have the issue with husky v7. Care to try upgrading? It's super easy, docs are great