Robert Nagy

Results 162 issues of Robert Nagy

I believe that if `key` is provided, then `endkey` should be ignored? The docs seem to be unclear on this. However, the behavior I get is the opposite. ```js await...

bug
enhancement
beginner-friendly

The response for _changes?feed=continious should probably have the content-type ndjson? http://ndjson.org/

bug
needs-triage

I don't have time to do this properly. Hoping someone can take over finish up and test. It should be good enough. Although room for improvement. But it needs test.

Having the diag window open significantly affects server performance.

type/bug

Port from 2.1.0 to 2.2.0

type/feature

Documented for other methods but not on_body. https://github.com/nodejs/llhttp/blob/master/src/native/api.h#L40

Creating a new worker for every invocation can be rather slow when dispatching small tasks. How about adding a pool of workers?

question
has fix

Creating an Error for "NotFound" instead of just returning `null` has a significant performance overhead. Creating Error objects are expensive. Could we have a mode flag where we can avoid...

That way we can avoid an extra memcpy.