Sam Hocevar

Results 80 issues of 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: ![image](https://cloud.githubusercontent.com/assets/245089/6210350/1f71991a-b5cf-11e4-8d48-e34414866fe2.png) Maybe we should completely rethink the icon? We could use the composing character for instance:...

enhancement
gui
cosmetic
help wanted
discussion

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....

enhancement

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...

Bug
0 - Triaging
API
Enhancement

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...