PSeitz

Results 117 issues of PSeitz

In the merge code, there is often a hard switch between algorithms when deletions occured and when no deletions occurred. E.g. in the doc store, when there are no deletions...

enhancement
performance
low priority

## 🐛 Bug description Error: Cannot find module 'env' Require stack: - /Users/d056831/Development/hdbconnect-wasm/pkg/hdbconnect_wasm_bg.js - /Users/d056831/Development/hdbconnect-wasm/pkg/hdbconnect_wasm.js - /Users/d056831/Development/hdbconnect-wasm/test.ts at Function.Module._resolveFilename (internal/modules/cjs/loader.js:780:15) at Function.Module._load (internal/modules/cjs/loader.js:685:27) at Module.require (internal/modules/cjs/loader.js:838:19) at require (internal/modules/cjs/helpers.js:74:18) at...

bug
PR welcome

There are some function calls where the return value should not be ignored (like some, indexOf, concat, map, etc.) or the function call doesn't make sense. Would be nice to...

package: eslint-plugin
enhancement: new plugin rule
accepting prs

Grouped bar charts are good for comparisons, e.g. in benchmarks

feature request

When I try execute the example lsan/examples/memory-leak.rs, I get following error. Os is Ubuntu 16.04.3 LTS ``` ➜ lsan git:(master) RUSTFLAGS="-Z sanitizer=leak" cargo run --target x86_64-unknown-linux-gnu --example memory-leak Compiling lsan...

e.g. to execute all files containing 5250 TEST_FILE=5250 cargo test system

p-low
pr-not-reviewed

I'm using a project with project references and before running the tests I always compile the sources and tests. It would be nice if there was a possibility to run...

:rocket: Feature Request

### Issue Outline The Push API currently returns the number of docs received, but this does not mean the documents are indexed, they are merely stored in the rocks-db. It...

enhancement