lethargy123

Results 6 issues of lethargy123

See https://github.com/slint-ui/slint/issues/4069#issuecomment-1848684932 #### Original description: After executing "cargo r", I'm unable to resize the window using the up, down, left, or right arrows. However, it works fine for resizing the...

bug
a:platform-linux
a:backend-winit

I use serialport-rs on windows11, in use read_to_end(SerialPort tarit) always return TimedOut err err:called `Result::unwrap()` on an `Err` value: Custom { kind: TimedOut, error: "Operation timed out" }

The following error occurs when the cargo install rinf command is executed error[E0658]: use of unstable library feature 'ptr_from_ref' --> C:\Users\lethargy123\.cargo\registry\src\rsproxy.cn-0dccff568467c15b\backtrace-0.3.70\src\symbolize\dbghelp.rs:260:25 | 260 | filename = Some(ptr::from_ref(slice::from_raw_parts(base, len))); | ^^^^^^^^^^^^^...

I tested with my Xiaomi Mi 8 connected to a computer. Here is the code I used and the corresponding results

Windows

I need vid and pid to determine if the port is what I need, but serial2 doesn't do that

The write speed of the function `bulk_out` is too slow. This might be because `bulk_out` returns `vec`. I recommend changing it to return the number of bytes written and then...