Results 95 comments of Alexander van Saase

Okay, that makes sense, but can you also make the changes to the WP altitude and speed save automatically? It doesn't say anywhere that hitting return saves the WP, I...

I'm not familiar with that feature (or betaflight really). What does it do?

Okay yeah, that sounds pretty nice.

I'll try that. And thanks again for your amazing work.

Thanks for implementing this! I am a bit late with responding but I just now got to testing it out. I noticed two small problems: 1. The table caption in...

I've been following this issue for a while so I'll give my 2c. The compilation step is already not completely cross platform because you cannot cross-compile for MacOS. So in...

Maybe I'm missing something here but why not just generate a Rust enum with the `#[non_exhaustive]` attribute?

I would like to pick this up. I created a first PR for the checkbox widget (https://github.com/iced-rs/iced/pull/2109) and I also have a branch ready for the picklist widget. https://github.com/iced-rs/iced/assets/880421/a11a563d-c37f-4342-8d40-418c30f2285f

Another option would be to switch to an inherently synchronous http client like `ureq`. It's more than capable of replacing `reqwest` in this library and has the added benefit of...

I gave this PR a try and it works well. Would be possible to add a configurable delay before these async functions resolve? In my code I use timeouts for...