Antoine du Hamel

Results 951 comments of Antoine du Hamel

@benjamingr what's the status here? I'd love to see this move forward, let me know if I can help :)

Getting `java.io.IOException: No space left on device` on [test-orka-macos11-x64-1](https://ci.nodejs.org/computer/test-orka-macos11-x64-1) e.g.: https://ci.nodejs.org/job/node-test-commit-osx/61013/nodes=osx11-x64/console

It looks like both runners are offline (again). Should we disable OSX on `main` until we can figure something out?

Yeah because that package is using a different set of lint rules, there are lots of conflicts to fix every time we try to backport something. At this point, we...

Can you please address the failure in `es-module/test-esm-undefined-cjs-global-like-variables`?

> The idea is to decouple this process, which would allow us to more efficiently manage the update of older API docs and a more straightforward process to upload and...

Can you please backport also https://github.com/nodejs/node/pull/58175 in this PR? Be sure to change `v23.6.0` with `REPLACEME` when doing so.

That doesn't seem desirable, it's useful to be able to start CI runs – that's even a reason often mentioned when suggesting onboarding new collaborators.

I feel obligated to make a clarification regarding the title of the issue: ESM is supposed to work with any URL – you can host modules from custom protocol if...

> I see @aduh95’s point that URL strings (or `URL` instances) are in general better than path strings, and we should be trying to encourage migration to them That's not...