Skip to content

Issues: nodejs/node

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

dns.lookup('localhost', { all: true}) returns only ::1 with Node.js v22.12, while v22.11 returned both ::1 and 127.0.0.1 dns Issues and PRs related to the dns subsystem. windows Issues and PRs related to the Windows platform.
#56137 opened Dec 5, 2024 by jasongin
Regression after updating to 22.12.0 (getting ERR_REQUIRE_CYCLE_MODULE) esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem.
#56127 opened Dec 4, 2024 by osmestad
fileHandle.readableWebStream sometimes crashes on large inputs stream Issues and PRs related to the stream subsystem. web streams
#56116 opened Dec 2, 2024 by smoores-dev
Writable.write(buf, sourceOffset, sourceLength) feature request Issues that request new features to be added to Node.js. stream Issues and PRs related to the stream subsystem.
#56107 opened Dec 2, 2024 by ronag
need "use and compile only bundled abseil-cpp" & statically linked abseil-cpp options build Issues and PRs related to build files or the CI.
#56104 opened Dec 2, 2024 by vortexilation
Proposal: Add a method to check if a string is a OneByteString feature request Issues that request new features to be added to Node.js.
#56090 opened Nov 30, 2024 by theweipeng
Node SEA with useSnapshot cannot start worker thread single-executable Issues and PRs related to single-executable applications snapshot Issues and PRs related to the startup snapshot
#56077 opened Nov 29, 2024 by nomagick
monitorEventLoopDelay metrics are completely off especially the count perf_hooks Issues and PRs related to the implementation of the Performance Timing API.
#56064 opened Nov 28, 2024 by rochdev
WebAssembly source phase imports esm Issues and PRs related to the ECMAScript Modules implementation. wasm Issues and PRs related to WebAssembly. web-standards Issues and PRs related to Web APIs
#56056 opened Nov 28, 2024 by legendecas
fs.rmSync('速') crash without throw confirmed-bug Issues with confirmed bugs. fs Issues and PRs related to the fs subsystem / file system. good first issue Issues that are suitable for first-time contributors. windows Issues and PRs related to the Windows platform.
#56049 opened Nov 28, 2024 by kanasimi
fs.readdir(path, { recursive: true }) is sync confirmed-bug Issues with confirmed bugs. fs Issues and PRs related to the fs subsystem / file system.
#56006 opened Nov 26, 2024 by RafaelGSS
Byte stream support for Socket readableWebStream feature request Issues that request new features to be added to Node.js.
#56004 opened Nov 26, 2024 by seriousme
Node 23.2 fs lost the ability to enumerate named pipes on Windows path Issues and PRs related to the path subsystem. windows Issues and PRs related to the Windows platform.
#56002 opened Nov 26, 2024 by connor4312
2
1
Allow http2 server to be configured with ALPNCallback feature request Issues that request new features to be added to Node.js. http2 Issues or PRs related to the http2 subsystem.
#55994 opened Nov 25, 2024 by Y3RmKHgp
Unix Domain Socket doesn't support on Windows libuv Issues and PRs related to the libuv dependency or the uv binding. windows Issues and PRs related to the Windows platform.
#55979 opened Nov 24, 2024 by reitowo
The http.Server adds a Transfer-Encoding: chunked header when the response has no body http Issues or PRs related to the http subsystem.
#55965 opened Nov 23, 2024 by ijisol
ProTip! Exclude everything labeled bug with -label:bug.