Robert Nagy

Results 196 issues of Robert Nagy

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

Would be nice to get a v6 release out. Here is the workflow I have received to do this: 1. change to the v6.x branch 2. bump the version on...

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

Remove methods and features that are not commonly used and can be re-implement in user land using the dispatch API. Simplifies undici-core so we can focus on the most important...

semver-major

Changes onHeaders and onComplete headers/trailers to always be a pre-parsed headers record.

semver-major

I want to add a `Writable.write(sourceBuf, sourceOffset, sourceLength)` API to `Writable` to get a bit of extra performance in the following case: ```js writable.write(buf.subarray(offset, length)) ``` The `subarray` call (particularly...

stream
feature request

Refs: https://github.com/nodejs/node/issues/55113

Would be cool to have built in support for something like tbb's `parallel_for` for large inputs, similar to how use use scalar vs SIMD depending on size.

Some of the mixer changes broken NTSC and requires the new nb_samples API to be implemented by the ffmpeg and decklink producers.

type/bug
format/ntsc
architecture

When running prettier on Dockerfile I get the following error: `Error: && can only immediately follow a statement`

upstream