Results 277 comments of nyanpasu64

- Enter/Space to activate dialog boxes. - Tab to switch between elements in a single window (right now, it switches between everything visible on-screen). I think that HTML lacks the...

Idea: `parabolic(f, x)` ```python # if x < 0 or x >= len(f): raise IndexError(add meaningful message?) if x = len(f) - 1: return (x, f[x]) # generates IndexError for...

https://github.com/chiptunecafe/rawrscope/issues/14 The developer replied with the following message: > I think there's definitely value in keeping the issue open on the gfx repo just so that we can get better...

Is it possible to sort the underlying data structure holding bands (as if you exported to JSON and sorted the bands there), then rebuild the UI from the sorted bands...

I suppose I'd use a stable sort to keep different filter types and Q values with the same corner/center frequency in their original order.

I noticed some interesting behavior. Opening a popover (eg. the settings menu, or an equalizer band) causes the popover to block all input to other apps' windows, until you click...

KDE Wayland users, running native Wayland EasyEffects or XWayland EasyEffects?

Similar: https://randomascii.wordpress.com/2022/07/11/slower-memory-zeroing-through-parallelism/.

`--disable-seccomp-filter-sandbox` might be a more narrowly targeted exception than `--no-sandbox` (unsure if more or less secure than `--disable-gpu-sandbox`). I found independently that the issue is seccomp blocking glibc 2.35's rseq...