Félix Saparelli

Results 112 issues of Félix Saparelli

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

help-wanted
area/providers
kind/enhancement
area/fargate

Prior art: MCF (Modular Crypt Format). You've probably seen them around: `$2y$10$3g2BisxTVdcTerz4UFjTCunu2DDLmyHP7q7UCE81cOhxdfIY0hHz6`. Format is `${identifier}${data}`. The identifier specifies the algorithm and how to parse the data field. In this case,...

Consider this call to `normalize_needed_jobs_status` taken from a real run in an internal repo: ``` python -m normalize_needed_jobs_status \ "$(cat

https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/

Currently when a new share is (automatically) accepted the generated name on disk is the "human" name of the share, falling back to the ID if that exists on disk...

enhancement

This is a tracking issue for the `Entry::insert_entry` method on HashMap and BTreeMap introduced in https://github.com/rust-lang/rust/pull/60142#issuecomment-487416553. - [x] Implementation for HashMap: #64656 - [x] ~~Stabilised in 1.59: #90345~~ Re-stabilised in...

A-collections
T-libs-api
B-unstable
C-tracking-issue
disposition-merge
finished-final-comment-period
Libs-Tracked

See https://github.blog/changelog/2025-06-03-releases-now-expose-digests-for-release-assets/ The digests are only available for recent releases (e.g. [this one from four days ago](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.12.6) has them, but not [this one from three weeks ago](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.12.5)), not all of...

I was doing some cursed things, and found a bug in the fusemount implementation. To replicate, run: ```console $ kopia mount /mnt/kopia $ fuse-overlayfs -o lowerdir=/mnt/kopia /mnt/overlay ``` fuse-overlayfs is...

bug
keep-open