Jakub Jirutka
Jakub Jirutka
@nicokoch, can you please release a new version? The latest stable fails to build on Alpine Linux (musl), but it has been already fixed in master (#4).
Resources: * [RHEL 8: Chapter 4. Signing kernel modules for secure boot](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_monitoring_and_updating_the_kernel/signing-kernel-modules-for-secure-boot_managing-monitoring-and-updating-the-kernel) * [Arch Linux Forum: Loading signed kernel modules using public keys from UEFI](https://bbs.archlinux.org/viewtopic.php?id=248794)
This PR is a refactoring of PR #107. The original PR mixes multiple unrelated changes in a single commit, including some maybe unwanted changes and code-style violations, which is probably...
Hi, I’d like to inform you that I wrote Lua binding for your library: https://github.com/jirutka/brieflz.lua. I use it in [Luapak](https://github.com/jirutka/luapak) for compressing Lua sources. I needed something with minimal footprint...
How can I set logarithmic scale for Y axis? It seems that gruff doesn't support that yet, but is there some workaround how to achieve it now? Thanks.
This allows to simply symlink handlr to /usr/bin/xdg-open – no wrapper script is needed. The implementation is a bit hackish – I don’t know how to do it properly with...