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 v20.10.0 ### Platform Linux codespaces-110a35 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce the...

confirmed-bug

I think we can support load balancing HTTP requests across worker threads by leveraging the same mechanisms that allows Cluster to do it. If a libuv handle can cross processes,...

feature request
worker

### Version v22.2.0 ### Platform Linux build01 6.7.9 #1-NixOS SMP PREEMPT_DYNAMIC Wed Mar 6 14:54:01 UTC 2024 x86_64 GNU/Linux ### Subsystem wasi ### What steps will reproduce the bug? https://files.catbox.moe/izkaki.zst...

wasi

### What is the problem this feature will solve? Currently, these methods are marked as Experimental (Stability: 1): - [`fs.cp()`](https://nodejs.org/api/fs.html#fscpsrc-dest-options-callback) - [`fs.cpSync()`](https://nodejs.org/api/fs.html#fscpsyncsrc-dest-options) - [`fsPromises.cp()`](https://nodejs.org/api/fs.html#fspromisescpsrc-dest-options) There were no major changes since...

fs
feature request
experimental

Currently `useCodeCache` has to be set to `false` if one wants to create a SEA *on* platform A *for* platform B. Otherwise the generated executable will crash on startup. The...

doc
good first issue
single-executable

### Version v22.2.0 ### Platform Any platform ### Subsystem buffer ### What steps will reproduce the bug? Reproducing this requires code that uses `new Buffer()` with wasm in the stacktrace...

buffer
util

Delete deprecated an never used enum options `kAllowedInEnvironment` and `kDisallowedInEnvironment` in `OptionEnvvarSettings` ------- I'm not too sure if this is gonna be ok in CITGM, but, lets give it a...

c++
needs-ci
typings

### What is the problem this feature will solve? Node.js only allows a single call to `setAAD()` for AEAD algorithms. AAD that consists of multiple chunks must be concatenated in...

crypto
feature request
never-stale

Closes: https://github.com/nodejs/node/issues/45578 The only way to know if it works is to try.

help wanted
wip
meta