Jens Alfke

Results 105 issues of Jens Alfke

Just skimmed the source code; one thing that jumps out is that it expects either a chunked response, or a content-length. But another common option is neither of these: the...

enhancement
help wanted
good first issue

I got past the previous error by giving in and installing MySQL (via homebrew.) Then I installed the SpaCy English model as directed. But basic CLI usage as in your...

I'm trying to install this on macOS 10.14, but the mysqlclient dependency barfs during installation, presumably because MySQL isn't installed. It seems kind of odd for a text conversion tool...

I just cloned the repo and am trying to build the main branch. The instructions in the README don’t seem to describe the current state of the repo: * "Dependencies...

I’m interested in using this, but I don’t see any documentation, not even header comments. Is there external documentation anywhere? (I’ve been reading the OpenMLS docs, which is giving me...

I found some more functions that can create an unlimited number of JNI local references, by converting an array of Java objects into a native array: - Java_com_couchbase_cbforest_DocumentIterator_initEnumerateSomeDocs - Java_com_couchbase_cbforest_Indexer_emit...

bug
JNI
icebox

@borrrden ran into a crash where a C4QueryEnumerator is used (or freed) after its C4View is closed. Closing the C4View calls `fdb_close` so the database handle is invalidated, including any...

bug
icebox

The unit tests are written in Objective-C++ and use Xcode's test framework, so they can't be used on non-Apple platforms.

icebox

The full-text search implementation in CBForest is pretty basic. It doesn't have any fancy query features like boolean operators or even word-prefix matching, and it's not very fast. The best...

enhancement
icebox

Alternate, newer compression algorithms we can consider: * [Zstandard](https://facebook.github.io/zstd/): "providing high compression ratios … a very wide range of compression / speed trade-off, while being backed by a very fast...