Alex Knauth

Results 243 comments of Alex Knauth
trafficstars

On DrRacket version 8.17.0.1 [cs], I can no longer reproduce this bug. I'm not sure what changed on DrRacket's side.

Does adding this: ```rust #[cfg(target_os = "macos")] set_is_main_thread(false); ``` Before the call to `listen`, help you?

> where do you get this function? how to use it? The `set_is_main_thread` function was added in #147 to fix a crash of a `tauri` app using `rdev` running on...