oneElectron
oneElectron
is there any way to change the key binds, I understand that integrating such a feature will require a new UI as the current UI I just a PNG file...
I am creating a Rust project for a raspberry pi with cpal, which I develop from MacOS. On MacOS cpal works as expected, however on the raspberry pi running Raspbian...
This resolves issue #708. Any test that requires being run on the CI server is marked with ```#[ignore = ci]```. I added ```-- --ignored``` to both the miri and build-and-test...
``` ---- system::tests::test_get_user_and_group_by_id stdout ---- thread 'system::tests::test_get_user_and_group_by_id' panicked at 'assertion failed: `(left == right)` left: `"bin"`, right: `"daemon"`', src/system/mod.rs:666:13 ``` This is an error that I get when I run...