Luca Palmieri

Results 78 issues of Luca Palmieri

### Related problem `bash` provides `ulimit` as a built-in utility to tune the limits for the currently running shell. In particular, `ulimit -n X` can be used to configure the...

I am using this theme for my personal website and I just noticed that all tag related pages (tag cloud and single tags) are not functional. Furthermore the pages mentioned...

`miette` supports adding multiple labels to an error, but there seems to be a baked-in assumption that all labels refer to the same source file. This is proving to be...

enhancement
help wanted

Give maintainers a mechanism to declare that their library is unlikely to work (e.g. fail at runtime) if there are multiple versions of it in the dependency tree. When the...

T-cargo

## Motivation The naive summation algorithm can cause significant loss in precision when summing several floating point numbers - [pairwise summation](https://en.wikipedia.org/wiki/Pairwise_summation) mitigates the issue without adding significant computational overhead. Ideally,...

enhancement
error-reduction

## Purpose The idea behind this collection is to provide an index to easily navigate all currently open ndarray's issues which are **immediately** actionable. This is meant to be a...

help wanted
good first issue

In terms of functionality, the mid-term end goal is to achieve an offering of ML algorithms and pre-processing routines comparable to what is currently available in Python's [`scikit-learn`](https://scikit-learn.org/stable/). These algorithms...

enhancement
help wanted
good first issue

Hey! I've been trying to introduce `cachepot` into our CI pipelines (CircleCI) and I am having some issues that I believe to be related to permissions. If `cachepot --start-server` is...

bug 🐞
waiting on author

I have been recently [writing about password hashing in Rust](https://www.lpalmieri.com/posts/password-authentication-in-rust/) and `password-hash` has been a great building block. There is one use-case, though, that I haven't quite figured out yet...

In terms of functionality, the mid-term end goal is to achieve feature parity with the statistics routine in `numpy` ([here](https://docs.scipy.org/doc/numpy/reference/routines.statistics.html)) and `Julia StatsBase` ([here](https://juliastats.github.io/StatsBase.jl/latest/)). For the next version: - Order...

Enhancement
Help wanted
Good first issue