Konkitoman
Konkitoman
First i don't know this project, i was looking at it and i seen your issue! In `src/ptracer.rs` at 363 is: ```rust const DEFAULT_POLL_DELAY: Duration = Duration::from_millis(100); ``` You can...
From what I understand `tohost` is used by the test runner to read the result of the tests. If `tohost & 1 == 1` the result was written, the result...
>This issue seems to imply that this issue started in 1.20.1-47.4.7. Is this true? ~~1.20.1-47.4.7 works as expected!~~ # Now tested - 1.20.1 47.4.6 works as expected! - I cannot...
From my point of view the `Context::create_viewport*` is like a internal! The `egui::Window` should have an embedded property and based on that try to create a viewport!