Sam Hocevar
Sam Hocevar
The client applications never see key release events if they happen after focus is lost, resulting in ghost keys. The behaviour proposed here seems a bit safer.
It is not possible to build a binary that uses both standard Lua and z8lua because the C symbols do not have namespaces. One non-intrusive solution would be to generate...
The API does not provide a way to free the memory returned by `qoa_decode()`. I would use `QOA_FREE()` but this macro is only available when defining `QOA_IMPLEMENTATION`, which does not...
The current systray icon does not integrate nicely with the rest of the desktop:  Maybe we should completely rethink the icon? We could use the composing character for instance:...
The new SFX code needs a good cleanup. We do a lot of floating point operations because we mix frames, samples, seconds, Hz, etc. and also dividing some values by...
I created a securefs filesystem on Windows 11 back in August, using the official 1.1.0 release, and today I can no longer mount it: ``` # echo "$GOODPASS" | securefs...
I was hoping to store my `.ssh` and `.gnupg` directories in a securefs volume on Windows. However, those programs have strict requirements on file permissions and the sanity checks fail....
I have a list of packages, *e.g.* `"git vim vlc"`, and I would like to get their respective version information from the online repositories. Ideally this would be through the...
When `$PATH` contains `/` and command `foo` is run, zsh will try to execute `//foo` instead of `/foo`, which will attempt to contact a network share on server `foo`, causing...
Hi! I hope the attached changes can be applied. - Rename "Signature" to "SignatureList" to better match EFI_SIGNATURE_LIST. - Make sure all keys in KEK, db and dbx are included...