Peter Krull
Peter Krull
This covers #2503
This PR adds something similar to [tokio watch](https://docs.rs/tokio/1.36.0/tokio/sync/watch/index.html). It is a single-slot channel similar to `Signal`, but it can have multiple receivers, all of which get to have a clone...
I've run into a road-block trying to make my use of the library generic across different implementations of `BlockDevice`. The issue is that with the `SdCard` type, I am able...
I feel like I am missing something here, but are multi-block writes not possible through the public API? `SdCardInner::write(..)` seems to have the support for writing multiple blocks properly, but...
Hey all. I want to preface this by saying that I have no experience with hal programming, and have only recently started to study the workings of this crate. I...
I think having the ability to obtain an estimate, even in the edge case where the accelerometer and/or magnetometer norm are zero would be a good idea. So basically just...
In Gnome applications it is quite common for the relevant search functionality to activate when the user starts typing, for example in the file manager, system settings or app store....
I quite like the space-bar to preview files feature in Nautilus (Gnome files). And it is *almost* present in cosmic for certain files, but it is a problem that it...
### Is your issue REALLY a bug? - [X] My issue is indeed a bug! - [X] I am not crazy! I will not fill out this form just to...
To reproduce, change a setting relating to the panel (like its opacity) continually, until it crashes. It is also possible to flip the toggle switches to crash it. I have...