David

Results 4 issues of David

### Input C/C++ Header ```C++ #include #pragma pack(push, 2) typedef struct _UART_SETTINGS { uint16_t Baudrate; uint16_t spbrg; uint16_t brgh; uint16_t parity; uint16_t stop_bits; uint8_t flow_control; /* 0- off, 1 -...

rust-for-linux

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug
feature
widget
rendering
shell

```rust error[E0635]: unknown feature `stdsimd` --> /home/drebbe/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs:33:42 | 33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] | ^^^^^^^ For more information about this error, try `rustc --explain E0635`. ``` https://github.com/rust-lang/hashbrown/issues/499 Hashbrown crate...

First off thank you for providing this. I've been using it for a while now successfully with 8 people. I'm having issues with sav file corruptions and memory leaks. I'm...