Johann Woelper
Johann Woelper
I created an experimental PR here which does the drawing completely without egui: https://github.com/woelper/oculante/pull/489 This does not work with large textures yet and just draws an image at the top...
You are right, this would probably not reduce memory, but at least reduce the possibility for leaks and having to care about the egui textures' lifecycles. Please go ahead with...
Sounds good! Thanks!
Amazing! I'll have a look soon!
Hi! Thank you so much for the PR! I've added a test here for a copy operation with overwrite set to true, but it passes: https://github.com/woelper/dircpy/blob/645889b819dc78deade6d7ef16aba0420b8e5d08/src/tests.rs#L80 Are you adding any...
Hi! Could you try running the test in the `dircpy` repo with `cargo test copy_overwrite` and see if it fails for you please? It would be great if you had...
Amazing, I'll try that out!
Thank you so much for the issue! If you believe this is an actual bug please don't close it - I would like to look into it!
This is the stock egui textinput. I will have to check what can be done in order to theme it (or which internal colours it uses)