Tye
Tye
I'm also having this issue. I'm on Linux if it matters. It wouldn't be so bad if marktext treated `\n` or `` as new lines rather than displaying the raw...
I'm not very familiar with type script or JavaScript, but I'll happily act as a tester for Android! Also, you might want to consider getting into contact with Vencord, as...
If apoli is going to be stand-alone could unit tests be implemented?
If apoli isn't going to be as embedded in OriginsPaper, then i think there's value in writing tests to make sure it parses origins & powers correctly.
I am currently trying to resolve this issue in eframe, but progress is slow as i'm unsure as to what i am doing. I know that this is possible, as...
A fun thing that i found out is that this code: https://github.com/emilk/egui/blob/81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628/crates/eframe/src/native/glow_integration.rs#L793-L798 does not get run on window termination. This is because `self.integration.should_close()` is false when it is run the...
I have also found out that this issue does not seem to be a new one, but rather a sort of zombie bug that keeps appearing and disappearing. It was...
I've had some potential progress attempting to recreate this issue. That is by holding a strong reference to the `Window` struct (as it is contained within an `Arc`), this keeps...
I modified `WinitApp::window()` to return `Option`, but this did not solve the issue. I will try modifying other parts of the code. Modified section: https://github.com/emilk/egui/blob/81b7e7f05a6b03fa2cd5bdc6d4ce5f598e16c628/crates/eframe/src/native/winit_integration.rs#L66-L69
Good to know it's not just me experiencing this issue. I'll be happy to share any resources that i have if you're able to contribute at all.