Andres Barbaro

Results 4 issues of Andres Barbaro

I'm working on some application code that may need to retry an operation if certain error kinds are thrown by the Postgres database server while executing the query (for example,...

The fix is conceptually really simple: use a dynamic `import` (or `require` under cjs) to import `MessageChannel` from node's `worker_threads` module if we detect that the browser's instance of `MessageChannel`...

I'm testing `tantivy-py`, which I'm finding pretty great. However, I bumped into what seems to be an issue with the `Python` package: it seems that term queries are not tokenized...

documentation

Hi, I'm curious to know how `DiskCache` compares (particularly around performance) with `RocksDict` (https://github.com/Congyuwang/RocksDict).