NoisyCoil

Results 8 issues of NoisyCoil

**Describe the bug** On macOS (Apple Silicon), but not e.g. on Linux, enabling transparency in `eframe`'s `NativeOptions` produces a weird image persistence behavior (see screenshots). Basically, the first rendered `ui`...

bug

In order to find packages in Debian, cargo-debstatus queries the UDD using ``` SELECT version::text FROM sources WHERE source in ($1, $2) AND release='sid'; ``` where $1 and $2 are,...

Hello. After updating bindgen to v0.70 in Debian, bindgen layout tests for rb-sys started failing. More precisely, they started to fail compiling at all. The compile errors I see are...

Hi. CVE-2024-7254 and RUSTSEC-2024-0437 were recently brought to the attention of the Debian Rust Team in [Bug#1103833](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103833). We're happy to see v3 was patched. However, some of the applications in...

### Steps to reproduce Open Element Desktop >= 1.11.92 on Linux arm64. v1.11.91 is fine. Note: I'm on Debian Testing, but I think this may affect all arm64 distros because...

T-Defect
Z-Upstream
S-Critical
A-Electron
Z-Platform-Specific

The `test_all` test fails reproducibly when running alongside `pasta`, asking the user to report the procfs bug: ``` ---- process::tests::test_all stdout ---- 1 systemd [...] 382759 pasta thread 'process::tests::test_all' panicked...

Commit [7ed9e09e2d13](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7ed9e09e2d13d5d43385153bba4734cb0eafd7fd) in linux, first released in v6.12, renamed the `pad` field of `io_uring_getevents_arg` to `min_wait_usec`. I think the bindings in `src/sys` should be regenerated to reflect this change.

This PR bumps the env_logger dependency to v0.11. As noted in the commit message: > env_logger 0.11 removed the API around which this library is written and offloaded its functionality...