Luca Cappelletti

Results 85 issues of Luca Cappelletti

The type hinting like [here](https://github.com/zommiommy/cache_decorator/blob/59e0b8d32a4bf0d750fd19b42175399854cb8114/cache_decorator/cache.py#L41) are still old.

Hello and thank you for making this library. Do you think it could be possible for it to be published on PyPI? If necessary I would gladly help prepare the...

We would like to add some more graphs to the automatic retrieval mechanism. Currently, we support only StringPPI (human version), CompleteStringPPI (cross-species) and KG-COVID-19. Which graphs should we add to...

TQDM offers a CLI and a GUI interface that are optimal for terminal and jupyter notebooks. This can be dispatched using their `auto` submodule instead of the root module. Therefore,...

As per title, at this time the crate does not come equipped with no-std versions of the [`exp_m1`](https://doc.rust-lang.org/std/primitive.f32.html#method.exp_m1) and [`ln_1p`](https://doc.rust-lang.org/std/primitive.f32.html#method.ln_1p). If I get the time, I will do a pull...

Hi - I cannot seem to find in the documentation or the book a reference to some method to clear out the stored entries in the session or local storage....

With this pull request: 1. I take care of issue #9 2. Added some more documentation 3. Integrated GitHub action-based clippy and test suite 4. Integrated badges and now README...

As per title: - Add rayon support as an optional feature - Support parallel search - Support parallel warped search - Support parallel digestion of corpus Will handle this in...

Hi! Great crate! I was wondering whether there was any particular reason for choosing to [truncate to 10 here instead of accepting an input limit parameter](https://github.com/compenguy/ngrammatic/blob/7c7247bbc86f77bf284c07cb9127329af14a86c8/src/lib.rs#L620). If no, happy to...