Mary Guillemard
Mary Guillemard
Currently we only support OpenGL 3 as our graphics backend but ImGui can support less restrictive backends. Supporting other graphics backend could also enable support of older hardware and virtual...
This was tested against a790eb95b77900ef52d25e1211166787be3bc23a with the [example on the repo](https://github.com/ryanmcgrath/cacao/blob/a790eb95b77900ef52d25e1211166787be3bc23a/examples/ios-beta/main.rs) It appears to me that ``RSTView`` is registered in multiple places of the codebase, those could possibly conflict I...
Hello there, I'm currently writing some EL2 code and came across some missing registers (MAIR_EL2, TTBR0_EL2, TTBR1_EL2 and TCR_EL2). It could be interesting to auto generate registers definition from the...
We need something to permit more user customization in Enigna. The config folder will be store in the HOME of the user and will permit to : - [ ]...
In 1.0.0, FS path normalization doesn't remove extraneous slash and this lead to a 0x202 error code. This fix misson20000/twili#73
Example on how to reproduce ```rust #[derive(Debug)] pub struct TestInterface; object! { impl TestInterface { #[cmdid(1)] fn test(&mut self, arg1: InPointer, arg2: InPointer, ) -> Result { Ok(()) } }...
If you create an item, this item will be recreated every ~20ms Same for placed blocks This issue affects 1.7 and 1.8 wrappers. 
This commit fix eventfd logic being broken. The following changes were made: - EventFd IPC definition had argument inverted - EventFd events weren't fired correctly - Poll logic was wrong...
For some reasons, my fresh installation of Fedora 36 (KDE) doesn't have a symlink for libX11.so. This PR fixes this by trying to import the library with its major version...