Robert Nagy

Results 162 issues of Robert Nagy

Would be nice if `DeleteRange` added an overload where begin and/or end are optional which means that it's open ended. Similar to lower/upper bound in the iterator API. I guess...

feature-request

I think this project could take advantage of asm.js? Anyone got any plans towards that?

enhancement

I'm looking for something similar to statvfs (that can e.g. be accesses through https://www.npmjs.com/package/diskusage). However, I would like to be able to run it from a worker (i.e. no native...

enhancement

Fixes: https://github.com/nodejs/node/issues/48406

stream
author ready
needs-ci

- Node 20.3.0 crashes on start in non-bullseye docker container - In bullseye container node-gyp-build (`yarn add bufferutil`) fails with `Text file busy` - In bullseye container + UV_USE_IO_URING=0 everything...

libuv

Something like: https://github.com/szmarczak/cacheable-lookup#readme Should be an option to disable.

enhancement
good first issue

Would like to have an option where the redirect handler throws on max redirects instead of just forwarding the result.

enhancement
good first issue

## This relates to... ## Rationale ## Changes ### Features ### Bug Fixes ### Breaking Changes and Deprecations ## Status - [ ] I have read and agreed to the...

What is left for us to consider fetch stable?

question

Many sub-handlers (e.g. api-request) don't expect onConnect (or any other handler other than onData or onBodySent) to be called multiple times. I'm not sure why/how we haven't caught this earlier....