Robert Nagy

Results 162 issues of Robert Nagy

I started working on a caching dispatcher + handler. Thought I'd post it here in case anyone is interested in working on something like that. We only needed to cache...

Status: blocked

This seems to come up quite often. I'm opening this PR as stub for anyone that wants to finish it up. I think it mostly needs test and docs. Refs:...

I would like to use async cache dedupe for http request caching. However, I'm missing a way to set the stale value on a per entry basis after the request...

Currently, when providing a custom serializer we need to build an object that is later stringified by pino. This is a bit inefficient in certain cases. It would be nice...

enhancement
help wanted

Promise based API's should generally also accept a `signal` property which is passed an [`AbortSignal`](https://nodejs.org/api/globals.html#globals_class_abortsignal) instance. ```js const ac = new AbortController() const promise = await rxjs.firstValueFrom(x$, { signal: ac.signal...

### Describe the bug We implement an operator called `combineMap` which is a more efficient variant of the following pattern: ```js values$.pipe(rxjs.switchMap(values => value.length > 0 ? rxjs.combineMap(values.map(selector)) : rxjs.of([])...

type/enhancement
ffmpeg-producer

#641 Once we separate producers into their own processes it should be safe to add a preview/thumbnail API on top of that.

type/feature
architecture