Michal

Results 63 issues of Michal

Serde supports [untagged enum variants](https://serde.rs/variant-attrs.html#untagged) (added in [this PR](https://github.com/serde-rs/serde/pull/2403)): ```rust #[derive(Serialize, Deserialize)] #[serde(rename_all = "kebab-case")] pub enum Foo { Bar, Qux, #[serde(untagged)] Other(f64), } ``` This should result in the...

On my Raspberry Pi Pico W using the latest SDK, trying to use the library leads to crashing the CPU – execution just hangs, and the chip doesn't do anything...

## Feature Synaptic touchpads on Windows have a feature called [Edge Motion](https://documentation.help/Synaptics-TouchPad/synt0e7n.htm). It causes the cursor to keep moving when the user reaches the edge of their touchpad. In Elementary,...

Priority: Wishlist