Luca Giannini

Results 9 issues of Luca Giannini

> **IMPORTANT:** READ EVERYTHING!!! That includes the wiki. Make sure you've skimmed the wiki before making a bug report. > https://github.com/spikespaz/search-deflector/wiki > > This issue should be properly formatted in...

# Pull Request ## Related issue Fixes # ## What does this PR do? - Changes all requests.get/etc methods to session.get/etc, in order to not create new connections for each...

# Pull Request ## Related issue Fixes - ## What does this PR do? - Changes the type of `SearchRequest.Vector` to a `[]float32`, as it aligns more with meilisearch and...

:heart: Super nice program :heart: Reading the release notes I saw that you had encountered permissions issues on the docker socket. But it seems to only try this on `unix:///var/run/docker.sock`,...

bug

Is there a possibility of only displaying half of a polar plot? As I can't seem to be able to do so. Something like so: ![2023-12-04_21-54](https://github.com/yuankunzhang/charming/assets/68999840/9355a9fe-9952-44b6-be74-d7d80be7a0c0)

### Describe the bug currently searches are done in a case-sensitive way, which i do not thing is intended. ``` v q := '%' + query + '%' pkgs :=...

### Description of the feature request: Ability to "complete" a history/session without needing to specify the last message. ### What problem are you trying to solve with this feature? Now...

type:feature request
status:awaiting user response

## What is the motivation? No need to take in an extra depenency for once_cell as `std::sync::LazyLock` is a drop in replacement for `once_cell::sync::Lazy`. ## What does this change do?...