Blair Noctis

Results 38 issues of Blair Noctis

Hi, after investigating our [CI failures](https://ci.debian.net/packages/r/rust-tikv-jemalloc-ctl/), I concluded that the write test for `max_background_threads` wrote `libc::size_t::default()`, which is 0, thus causing division by zero in jemalloc function [`background_thread_create_locked()`](https://github.com/jemalloc/jemalloc/blob/52fa9577ba8fa94f41c8c92f845a74c3fb04db80/src/background_thread.c#L527-L533): ```c static...

### Bug Description Screenshot of a "redacted by" message in chat list, which lists "KGB" as the actor: ![chat list with "KGB" as the actor of redacted message](https://github.com/user-attachments/assets/55518898-ef60-47b2-add6-b7e8f8ce8678) Screenshot of...

bug

Consumers not knowing the shenanigans would pull in an actually older version. This is probably not a big deal for those in the Rust ecosystem, who would just use the...

Resolves #337. Each commit is self contained (hopefully) and comes with explanation in its message (mostly). But to sum it up, notable changes are - A new `[sound.collection]` config section...

Currently, we have some sounds hand picked by the authors baked into the compiled executable. It works, but has shortcomings. In Debian particularly, the included sound resources have too many...

When debugging a project, I opened bacon alongside my editor as usual. bacon said: ``` [ripasso] [check] [1 warning] ``` but then I found out that one of the dependencies...

### Problem you are trying to solve I'm in directory [`atuin/`](https://github.com/atuinsh/atuin), trying to run the tool [bacon](https://github.com/Canop/bacon), and wanted to check if bacon has a newer version because it's `cargo...

enhancement

## Motivation Mainly a QoL change for downstream packagers, but might also prove useful for e.g. future refactors. Currently we have to [patch all those file paths](https://salsa.debian.org/rust-team/debcargo-conf/-/blob/ee75c0c18a/src/tower-http/debian/patches/missing-testdata) to something exsistent,...