jwbay

Results 5 comments of jwbay

A patch I tried locally that seemed to work is ignoring the error if it comes from trying to rename to a file with the same content. Since it just...

Is the stack reliable for this error as far as the setState visible in the stack being the 50th nested update? I'm not sure where and how React takes over...

Would this PR enable this scenario? I didn't see a test quite like it. Basically extracting an inferred type parameter from a specified type parameter. ```ts type Box = {...

A helper function can turn that into a promise itself so you don't need to deal with the done callback. It's small enough it's pretty harmless to keep in userland,...

If there's a rule of thumb needed, I'd propose that inserting one existing value into a template string should never cause breaks. If you're doing something that could create a...