James M Snell

Results 691 comments of James M Snell

Sounds reasonable. So far it is looking like there are no objections to setting up the repository but obviously let's let the requisite 7 days pass. Assuming there are no...

After much delay, finally created :-) https://github.com/nodejs/standards-positions/blob/main/README.md

PR is currently blocked from landing due to unreliable CI. Likely needs a rebase

The key problem is not scheduling ratio but too much scheduling of purely synchronous tasks. "Fake asynchronous"

This is still on the radar but fixing is very tricky. I do not have an current ETA yet.

Currently, no. The reason is that in order to do the analysis Clinic.js needs, a *massive* amount of data is collected. For example, in one case I had a single...

> The CI is so flaky it's systematically takes several attempts to get a passing one. I've had PRs that have required 10-16 CI runs to get even a flaky...

The immediately clear problem is this block in the `copyDir` function in the cp-sync.js file, specifically the two calls to `path.join(...)`. The `src` and `dest` here might be Buffer or...

> The only reasonable way to implement this in a non-breaky way I think would be to always convert everything to strings, basically keeping the exact same (incorrect but also...

To illustrate the problematic scenario here... most POSIX OS's treat file names as opaque byte strings with very few actual limitations. Generally, the only bytes that aren't allowed in a...