Richard Lau
Richard Lau
### URL: https://nodejs.org/en/download ### Browser Name: Firefox ### Browser Version: 115.9.0esr ### Operating System: Windows 11, 22H2, Build 22621.3155 ### How to reproduce the issue: Compared to the pre-redesign, https://web.archive.org/web/20240301012624/https://nodejs.org/en/download/,...
### URL: https://nodejs-org-git-meta-remove-legacy-website-code-openjs.vercel.app/en/download ### Browser Name: Firefox ### Browser Version: 115.8.0 ### Operating System: Windows 11 ### How to reproduce the issue: In the redesign it looks like the download...
Node.js 22 is due next month https://github.com/nodejs/Release/blob/220e53361aa0e8832e88c783929ead2a77a55840/schedule.json#L122-L123 We need volunteer(s) to help prepare/do the release. cc @nodejs/releasers
Probably because I was the last person to change the workflow, but I'm getting notifications for https://github.com/nodejs/nodejs-dependency-vuln-assessments/actions/workflows/daily.yml. The current ones are showing an increasing frequency of 503 read errors to...
```console $ git node vote https://github.com/nodejs/collaborators-public-votes/pull/6 Cloning remote repository... Cloning into '.'... remote: Enumerating objects: 20, done. remote: Counting objects: 100% (20/20), done. remote: Compressing objects: 100% (19/19), done. remote:...
Refs: https://github.com/nodejs/node-gyp/pull/1768
When an invalid subsystem is encountered, attempt to make a suggestion based on the nearest match (if any) from the valid subsystems. Example: ```console ✔ 0:0 skipping fixes-url fixes-url ✔...
For `sigaction()` the `SA_SIGINFO` flag should be set when setting the handler via the `sa_sigaction` member of the `sigaction` struct. This unfortunately doesn't fix https://github.com/nodejs/node/issues/34410 but AFAICT looks correct based...
Add `v8_abseil` as a dependency for `d8` and use scraping to pick up the list of source files (including the previously missing `src/d8/d8-test.cc`). --- Fixes these errors with `configure --enable-d8`:...
Create a new Debian 12 server to replace the Debian 8 `gh-bot` server. Update the `ansible/playbooks/create-github-bot.yml` playbook to automate setup, including: - Fetching of deployment secrets from the secrets repository....