Patrick Auernig
Patrick Auernig
The example in the `Getting Started` section, where the Rust website is requested and returned, can cause a permanent redirect (status 308) when opened in a web browsers. This can...
Adds a user service as an alternative way to autostart easyeffects.
Assume I have an error enum like this: ```rust #[derive(Debug, Snafu)] pub enum Error { // ... #[snafu(display("{}: {}", message, source)] SessionError { source: SomeError, message: String, }, // ......
The Konsole breeze theme is using a lighter shade of grey for it's background. This way there are no lighter colored borders around the editor's edges.
**Describe the bug** If a router is created like this... ```rust view! { ctx, Router( integration = HistoryIntegration::new(), view = |ctx, route: &ReadSignal| { match route.get().as_ref() { AppRoutes::Index => Index(ctx),...
When running the daemon as `systemd` service I'm getting an endless amount of the following message in my `dmesg`: ``` ... [ 3093.821158] hid-generic 0003:1B1C:1B5E.04E9: hiddev98,hidraw4: USB HID v1.11 Device...
Some default shortcuts no longer function after switching to a new home manager configuration. They start working again after the `plasma-plasmashell` systemd user service is restarted. This only seems to...
**Cosmic-applets version:** `1.0.0-alpha.1-unstable-2024-08-28` **Specific applet that this is regarding (if applicable):** Any applet in application tray (top right corner by default) **Issue/Bug description:** The current behavior is left click to...
Bluetooth audio starts to stutter and requires power cycling the BT receiver when updating anything that updates the panel or applets inside it. Wired headphones do not exhibit this problem,...