Marco Milanesi

Results 19 issues of Marco Milanesi

Hello @mihaiolteanu 👋🏾 First of all thank you for this wonderful program, I am really enjoying it! if I invoke `vuiet-info-playing-track-album` to see the current playing track `vuiet` initially opens...

Hi, while trying to use `exvcr` with my pet project and `ExTwitter` I get this: ``` elixir 19:53:43.564 [error] Process #PID raised an exception ** (FunctionClauseError) no function clause matching...

Hi @parroty regarding https://github.com/parroty/exvcr/issues/75 I have sketched this bare bone prototype. It recorded my responses when using a streamed request, however I would like to hear from you before giving...

Maybe taking advantage of https://www.postgresql.org/docs/12/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES ```SQL SELECT websearch_to_tsquery('english', '"sad cat" or "fat rat"'); websearch_to_tsquery ----------------------------------- 'sad' 'cat' | 'fat' 'rat' (1 row) ``` Or maybe we should create our own...

enhancement
help wanted

Currently the fuzzy search might be a little bit too fuzy. Add more test cases for fuzzy search and integrate it with some indexed data to see how it performs

enhancement
help wanted

Since redis should deal with geo data in the latest releases, a redis storage module could be implemented and swapped via configuration through elixir behaviours (already in master) I assigned...

enhancement

Currently `mix exalice.bootstrap` does not accept a different file name. We should be able to specify a different filename in this way: ``` mix exalice.bootstrap germany-streets.json ```

enhancement
Good for Contributors

Currently `exalice` relies on the free quota that google maps allows. Credentials for google maps would be a nice thing to add

Good for Contributors