Michaël Zasso

Results 1686 comments of Michaël Zasso

I think the problem comes from this file: https://github.com/nodejs/node/blob/a51436cbea0d216f260453321a15fdce72ee28d3/deps/icu-small/source/tools/toolutil/pkg_genc.cpp During compilation, the following printf: https://github.com/nodejs/node/blob/a51436cbea0d216f260453321a15fdce72ee28d3/deps/icu-small/source/tools/toolutil/pkg_genc.cpp#L1156 ``` genccode: using architecture cpu=0 bits=64 big-endian=0 ```

> If you don't need to cross-compile ARM64 (on a x64 host) Unfortunately, we do cross-compile ARM64 on x64 hosts.

The performance overhead should be much less after we land V8 8.0: https://v8.dev/blog/v8-release-80#optimizing-higher-order-builtins

We hit a similar issue when importing from `@theme/Tabs` in a custom page. There are no TS errors but the types of the props are not loaded for autocomplete (because...

Your definition of the user class seems correct and it runs without errors on my end if I replace `this.find` with `this.query`. I suspect that you are using an old...

### 2 Windows on ARM machines I agree it seems we don't need them anymore. ### The OSX machines Currently almost unused because the current version of Node.js doesn't support...

I just took https://ci.nodejs.org/manage/computer/test-nearform_intel-ubuntu1804-x64-2/ offline and will try to upgrade it to Ubuntu 22.04.

Here's what I did: ``` ssh test-nearform_intel-ubuntu1804-x64-2 apt update apt upgrade apt dist-upgrade do-release-upgrade # Follow the prompts to install Ubuntu 20.04, restart ssh test-nearform_intel-ubuntu1804-x64-2 apt update apt upgrade apt...

Test build: ~https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1323/~ https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1324/ ✅