jakecastelli
jakecastelli
Attempt to fix: https://github.com/nodejs/node/issues/52963 There are a few places could cause the test to timeout, first of all rely on `process.exit` was probably not a great idea. Timeout was never...
There is an edge case left from https://github.com/nodejs/node/pull/53114 ### Reproduce step: ```js // create dependency index.js export const a = 1; export const b = 2; export const c =...
Even though incident could still happen like https://github.com/nodejs/node/pull/54554 (which was partially my fault and I learned the lesson), I wanted to share my thoughts and hope to reduce the potential...
Fixes: https://github.com/nodejs/node/issues/54945 Wanted to give a quick mention why [checking object modes at the start of the pipe function](https://github.com/nodejs/node/issues/54945#issuecomment-2351385474) wouldn't work (even though I liked the idea). Because if the...
I am on a new laptop and forgot some configs in my project specific config and failed the `cq` due to column length > 72 characters, therefore decided to land...