Linus Leo Stöckli

Results 52 comments of Linus Leo Stöckli

This will not be necessary once we will upgrade winit. There is a discussion going on here: https://github.com/rust-windowing/winit/issues/4260

Thank you for raising this issue! You mentioned that you installed the dependencies: ```shell sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev ``` can you tell me which version of...

it could be that this is an issue with how I bundled the dependencies in `Cargo.toml` : ```toml deb_depends = ["libclang-dev", "libgtk-3-dev", "libxcb-render0-dev", "libxcb-shape0-dev", "libxcb-xfixes0-dev", "libxkbcommon-dev", "libssl-dev"] ``` I though...

Thanks! Interesting, I think the issue is that the [github runner](https://github.com/hacknus/serial-monitor-rust/blob/main/.github/workflows/deployment.yml) that compiled your release used the old libssl version, it reported this: `libssl-dev is already the newest version (1.1.1f-1ubuntu2.24).`...

Okay, so I did some researchg: Apparently, Ubuntu 20.04 only comes with libssl1.1.1, If I switch to ubuntu-22.04 it should fix this issue, so I will update the runners and...

hello @clroute66, thanks for the input! choosing plot colors is a nice idea! However I do not understand what you mean by vertical line that follows the plot? also: how...

I see, thanks! The serial monitor should have a vertical and horizontal line in the plot at the location of the cursor - is that not the case for you?

aaah, now I get it! you want that cursor/line to always follow the latest datapoint? I'm not sure if that wouldn't make the plot too cluttered if there are many...

yes, but in your image on the bottom, the blue, yellow and white line are pretty close together, so if all cursors are always shown, they could easily cause overlay...

Color picker has been implemented in the latest release