Miles Johnson

Results 568 comments of Miles Johnson
trafficstars

I was pretty anti-tabs for the longest time, until I heard the best argument for them, accessibility. Tabs exist for indentation customization, and this is exactly what is needed for...

Any movement on this?

Yarn 2/3 has built-in patching, you don't need this package: https://yarnpkg.com/cli/patch

@FilipMaslovaric It may be news to people who are unaware that Yarn supports this natively now. Furthermore, yarn patches and the patches produced by `patch-package` are not the same, so...

I found this out recently but you can use the Chrome console to debug Node scripts! You can try using the Chrome console to profile Jest while it's running to...

I agree. It should be the reverse.

Also getting the double files, and 22.0.1 did not fix the issue.

I wrote a lib that can `require` TS files at runtime, without the use of `ts-node`: https://boostlib.dev/docs/common#requiretypedmodule It's how [beemo's](https://beemo.dev/docs/consumer) configuration works.

@vadimdemedes It's been a while since I posted this but I think this was the problem. Currently, I need access to stdout/stderr, and the only way to do that is...

I think it was to avoid the patching overhead and just write to the stream directly. I wanted it as fast as possible.