Luca Ongaro

Results 12 issues of Luca Ongaro

## Title Add Package "cubdb" ## Description Add the Package "cubdb" from hex.pm **Link:** https://hex.pm/packages/cubdb **Description:** CubDB is an embedded key-value database, written in the Elixir language. It runs locally,...

By fetching and caching the IPs lazily, the app initialization does not depend on a cache store to be operational. A cache store cannot be expected to be always present...

**Describe the bug** The bug occurs in `lyra-0.0.1-beta-13`. Typo tolerant searches miss expected results. **To Reproduce** ```javascript const db = new Lyra({ schema: { txt: "string", }, stemming: false //...

bug
good first issue
help wanted

**Describe the bug** The benchmarks for typo-tolerance are executing a search with `exact: true`, so they only perform exact match. **To Reproduce** No reproduction as this is a problem with...

Hello, thanks a lot for the great gem :) Is there a new released planned? The latest one is from 2017, and there were some useful fixes in the meanwhile....

On Android platform, whitelisting everything under a path with a wildcard like `https://example.com/foo/*` does not seem to work properly: URLs like `https://example.com/foo/bar` are not considered whitelisted, and opened in the...

bug
platform: android

This form is equivalent to the original one, but only supported in ES6. All current browsers [should now support it](https://caniuse.com/mdn-javascript_builtins_regexp_unicode).

Resolves: #170 This methods add/remove fields to an existing document. This is useful to patch some fields in an existing document without having to replace it. ## Example: ### `addFields`...

## Steps to reproduce: Install Sheesy with on OSX with a recent version of Homebrew: ``` brew tap share-secrets-safely/cli brew install sheesy ``` Then run any command, for example `sy...

bug
help wanted