Linus Leo Stöckli
Linus Leo Stöckli
I'm building a custom widget and want to include a DragValue inside. When I place it after my widget it works, but when I place it in a child_ui inside...
I have written a Desktop application using egui and compiled it for windows and macOS. On Windows, the application pops right up once the executable is launched, while on macOS...
When running dhat 0.3.2 with rustc 1.68.0 (2c8cc3432 2023-03-06) on my MacBook Pro with apple silicon and the following configuration: ```rust #[cfg(feature = "dhat-heap")] #[global_allocator] static ALLOC: dhat::Alloc = dhat::Alloc;...
On macOS 14.1 (Apple Silicon) the menu item no longer shows the name given in ```toml [package.metadata.bundle] name = "Application Name" ``` but displays the system default `NSMenuItem`.
I'm trying to use the SPI3 bus (alongside SPI1 and SPI2, which both work fine), however the clock does not seem to be activated. ```toml [dependencies.stm32f4xx-hal] version = "0.17" #...
I have an embedded project on an STM32F405 with USB serial configured and running with FreeRTOS (rust wrapper) as follows: ```rust // Make USB serial device globally available pub static...
Hello First of all; thank you for this very useful library! I created the additional trait [modular-bitfield-to-value](https://github.com/hacknus/modular-bitfield-to-value) `ToValue` which can be implemented for all structs annotated with `#[bitfield]`. It allows...
When you connect device A which transmits 5 columns and then later one reconnect device A but now it transmits 6 columns, the sixth label is hidden. A "reset labels"...
Not able to select and scroll the raw traffic. We should find a way to allow similar behavior as in a text editor. Also CTRL+A should be implemented. A workaround...
It would be good to have a quick introduction window popping up on first launch to show all the features. For example: - double clicking the plot to center it...