Devin Rhode

Results 293 comments of Devin Rhode

maybe "auto-install-git-hook". Still not sure it's a good idea overall though. Could go for max SEO here too.

I know people using yarn+composer, and I'm sure they would be interested in this! If @frontsideair opts out you could rename your fork to something like "depsihook" where the i...

INSTALL ALL THE THINGS! Yeah I don't think one more file check on some git operations will be noticeable for anyone. The git hooks don't run often anyway. Even `ls`...

Just my 2 cents, probably better to just keep execa, I don't think having zero deps is all that interesting. Claiming only 1 dependency is pretty good too On Thu,...

idk if it's just me... but I'd much rather try my luck with @NickHeiner's fork instead of the current `master` I took @NickHeiner's fork and carefully rebased it onto latest...

@NickHeiner or anyone, if you have any idea how to use a fork of ts-migrate locally, that would be great :) It's easy to clone the fork, install deps, run...

Our project has a TON of files named just `.js`, which contain jsx. So turns out I need the patched jsx heuristic. You comment came in JUST in time! (fortunately...

@NickHeiner all those setup steps ran without warnings or errors, but when I finally ran `yarn run ts-migrate` locally, it was as if ts-migrate was not actually installed. I did...

Skip the class transformations altogether. Use vscode glean extension to just convert class components to hooks. Assuming you are using react

I feel like I've already seen an issue for this, is this a duplicate or no?