minute

Results 18 comments of minute

I have built Helio on a relatively weak computer today (4x Cortex-A53 with 4GB RAM) and compiling and linking takes very long due to the "UnityBuild" approach, so my debugging...

Ran into the same issue which caused a security problem (files returned that should not have been).

I guess I will change the /keyboard fs so that it will have to return standardized scancodes and qualifiers that are then convertable to to input strings via a keymap...

Structs on ARM are fixed in the meantime btw!

looks good, thank you! i will test it asap.

btw related https://github.com/mntmn/interim/issues/7

Setting `vblank_mode=0` fixes all my problems related to this as well on Radeon RX 580 (POLARIS10), Mesa 20.2.6. Before, I couldn't use chromium with multiple windows not on the same...

But I can finally do my job without suffering! What else do you suggest? (I can't stress enough how unergonomic it was before, I was about to look for another...

I don't really understand what this issue is exactly about, sorry. Please rephrase.

I currently don't use OSX. It works on Linux x64 so it could be one of the __APPLE__ special cases like: https://github.com/mntmn/interim/blob/master/sledge/compiler_x64_hosted.c#L109 There are a bunch of unchecked error cases...