Oliver Rockstedt

Results 105 comments of Oliver Rockstedt

I added an AppImage as well as a deb package to the releases that were created by the GitHub CI using the ubuntu-18.04 image. These can now be downloaded and...

Thanks to helpful user @geom3trik it can be stated that the AppImage works.

On the other hand, I use cargo-wix to create the Windows installer and this will always use a release build without any flags.

As a developer who is quite new to Rust but has a decent amount of experience with C/C++ and STM32 development, my thoughts on this topic when developing a device...

I never wanted to write my own crate for dealing with time, but to have a solution for my own projects until something "official" is released: https://github.com/sourcebox/emtick-rs I don't know...

The ST-Link was just mentioned as an example of a debug probe with that functionality. What it effectively does is detecting if a target is connected at all and powered...

Yes, a digital pin would be sufficient for just on/off checking. But since ADC pins are unused anyway, you could use one for a more exact readout. With ST-Link e.g.,...

After upgrading to 0.19, the issue is now fixed on Linux but Windows still restores the window at the wrong position when launching the app several times.

I think file dialogs were requested several times in the past. To me, `rfd` is the best existing crate for this I'm aware of. This is because it's pure Rust...

@PolyMeilex Since winit 0.26 was integrated to `egui`, the dialogs work fine there even on macOS (they were freezing before). What is the situation regarding this here with `iced`? Do...