Robert Nagy

Results 162 issues of Robert Nagy

https://fetch.spec.whatwg.org/#http-network-or-cache-fetch 18 > Modify httpRequest’s header list per HTTP. It is unclear what "list per HTTP" means?

https://fetch.spec.whatwg.org/#concept-bodyinit-extract For `Blob` > Set action to this step: read object. "read object" is not defined or is missing a link. I guess it's kind of clear what it does...

When passing an `signal: AbortSignal` to the fetch method we register an `'abort'` listener through the `new Request` constructor (i.e. following signal). However, the spec does not define when and...

clarification

http://bellard.org/bpg/

feature

I've noticed that somewhat frequently the result from `GetSortedWalFiles` return WAL files that contain weird results where some wal files sequence number are not in order with log number. In...

RetainProbableWalFiles assumes wal files are sorted by sequence which is not guaranteed by GetSortedWalFiles. Fixes: https://github.com/facebook/rocksdb/issues/10476

CLA Signed

``` ../deps/rocksdb/rocksdb/logging/env_logger.h:60:7: error: use of undeclared identifier 'iostats_context'; did you mean 'get_iostats_context'? iostats_context.disable_iostats = true; ^~~~~~~~~~~~~~~ get_iostats_context ../deps/rocksdb/rocksdb/include/rocksdb/iostats_context.h:95:17: note: 'get_iostats_context' declared here IOStatsContext* get_iostats_context(); ^ In file included from ../deps/rocksdb/rocksdb/env/env.cc:18:...

question
Build

Is it possible to get the sequence number of a written batch without having to round trip through `GetUpdatesSince`? i.e. it would be nice if `DB::Write(const WriteOptions& options, WriteBatch* updates)`...

question
up-for-grabs

Would it be possible to add support seq_interval on continuous feeds?

enhancement
needs-triage

Would be nide if the _all_docs endpoint could respond in http://ndjson.org/ format (similar to _changes) which would make it possible to do streaming parsing of the response which can improve...

enhancement
needs-triage