node icon indicating copy to clipboard operation
node copied to clipboard

Node.js JavaScript runtime ✨🐢🚀✨

Results 1241 node issues
Sort by recently updated
recently updated
newest added

### Version 22.7.0 ### Platform ```text Linux 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ``` ### Subsystem _No response_ ### What steps will...

confirmed-bug
v8 engine
node-api
regression
v22.x

### What is the problem this feature will solve? It's impossible to serve a UDP based server with nodejs on multiple IP server. A lot of cloud service provider or...

dgram
feature request

### Version v22.7 ### Platform ```text Microsoft Windows NT 10.0.22631.0 x64 ``` ### Subsystem _No response_ ### What steps will reproduce the bug? 1. Create a next.js app 2. Run...

buffer
regression
v22.x

This commit exposes a new API to the perf_hooks.performance module. This wraps uv_metrics_info into performance.uvMetricsInfo() function. cc: @trevnorris

c++
semver-minor
author ready
perf_hooks
needs-ci

I think the Node.js coverage reporter should include support for reporting statement coverage. My idea is to parse the source code into an Abstract Syntax Tree (AST) using `acorn-walk`, and...

feature request
coverage
test_runner

This PR updates `ruff` to 0.6.2, and adds two new makefile targets: `lint-py-fix` `lint-py-fix-unsafe`

build
python
commit-queue-squash

This PR updates the `benchmark/README.md` file to follow the Microsoft Style Guide. In the process, it also removes the top-level file list, as directory listings can change over time, meaning...

meta
benchmark
review wanted

This PR updates the information in the backporting guide to (A) follow the Microsoft Style Guide, and (B) provide clearer instructions on how to backport.

doc
meta
commit-queue-squash

This PR updates the YouTube guide with the following changes: 1. Removes the use of images, as the YouTube UI changes rapidly, so the images are not up-to-date. 2. Updates...

doc
meta
review wanted

The project's test runner will only run files beginning with `test-`, so this PR fixes `util-parse-env.js` to `test-util-parse-env.js`.

util
test
needs-ci
dotenv