Yulia 🥺
Yulia 🥺
`panic=abort` is passed through RUSTFLAGS, but libunwind is still linked into the executable And I'm asking for ability to disable unwinding
It is probably related to catching panics and something like this. I know that these is a runtime ability to disable panic silencing (which is behind a tokio_unstable feature gate),...
Ahh, I (probably) meant not only unwinding but backtrace generating too... On Mon, Feb 19, 2024, 00:27 Alice Ryhl ***@***.***> wrote: > I mean, one example of how we don't...
Workspace name is thought to be globally unique, as per [sway/commands/rename.c:89](https://github.com/swaywm/sway/blob/7e74a4914261cf32c45017521960adf7ff6dac8f/sway/commands/rename.c#L89), whereas more than one workspace with same number can exist simultaneously as per [sway/tree/workspace.c:346](https://github.com/swaywm/sway/blob/7e74a4914261cf32c45017521960adf7ff6dac8f/sway/tree/workspace.c#L346) and [sway/commands/rename.c](https://github.com/swaywm/sway/blob/7e74a4914261cf32c45017521960adf7ff6dac8f/sway/commands/rename.c) (current implementation does...
[Settings portal](https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Settings.html) exposes RGB values as `accent-color`, and not strings nor some fixed keys. It would be nice to be able to specify accent color as a plain RGB triple...