Patton Doyle

Results 2 issues of Patton Doyle

Basic drag and drop functionality causes a crash on Mac OS X. Issue reproduced using the drag_and_drop example from this repository. See the terminal log and backtrace below. Reproduction -...

A simple example compiles on Linux but fails on Windows: ``` use tokio; use tokio_serial as serial; #[tokio::main] async fn main() { let builder = serial::new("example/port", 9600); if let Ok(stream)...