Michaël Zasso

Results 1686 comments of Michaël Zasso

This PR adds a feature so it should be labeled https://github.com/nodejs/node/labels/semver-minor (this is not supposed to be done by releasers).

This PR adds a feature so it should be labeled https://github.com/nodejs/node/labels/semver-minor (this is not supposed to be done by releasers).

It's fine to add the notable-change label, but most important for the changelog is https://github.com/nodejs/node/labels/semver-minor

Yes I understand, but `semver-minor` changes are automatically considered notable by the release tool. The `notable-change` label is only really useful for notable semver-patch changes.

signed/unsigned does not usually mean the same as positive/negative. In a database, a signed value can be positive (when the sign bit is off).

What would be the use case for isFloat? I can't think of a case where you absolutely want something after the comma that is not zero

The first thing I can do is delete the website contents from the server. It's outdated now anyway. @nodejs/build-infra wdyt?

I moved all website files to a folder at `/home/www/nodejs_old` in case we need to recover something, and updated the robots.txt to disallow everything. Remains: ``` $ ls nodejs robots.txt...

Opened https://github.com/nodejs/build/pull/3641 to remove the build scripts and webhook.

Can't use `import.meta.resolve`?