konsti219

Results 7 comments of konsti219

I think the problem here is more likely that `three-d` is using a quite old version of `egui`. I can take a look and try to upgrade to `1.18.1`. This...

This is a default Unity feature. ![image](https://user-images.githubusercontent.com/37149441/236266508-e2de49c2-6057-47f0-973e-6f278e768a89.png) Something like keyboard shortcuts would be nice.

One arrow can represent multiple transitions making it ambiguous.

Does this always happen if a log file is already present? It could be that Windows Defender is slowing down the program massively for scanning causing timeouts. If this does...

The underlying runtime for making network requests is multi threaded and does logging but that should not be an issue. Basically all OSs allow multiple threads to write to the...

https://github.com/rust-windowing/winit/issues/1881 You can just drop .pak files in the Saved/Mods folder.

I ran into this as well when running `quinn` as part of a shared library in an Android app. Here are some logs: ``` I/lib_app::api::logging(12249): `libc::sendmsg` failed with I/O error...