Dan Fuhry
Dan Fuhry
gcc 12 includes a new `-Wuse-after-free` warning mode that detects use of variables after a call to `free()`. While the use of this variable is not in fact a use-after-free,...
Currently this utility supports only MATE and this support is hardcoded. Add the ability to detect a user's running desktop environment and call the appropriate screensaver commands for lock, unlock,...
Significant rewrite/expansion of the scencrypt hook to allow it to work with systemd-based initcpios. Instead of replacing the `systemd-cryptsetup` flow, this method piggybacks on it by using a generator to...
If the error_reporting() setting has narrowed since Airbrake's error handler was installed, respect the new setting. This also resolves the issue of errors suppressed with the "@" operator being reported...
Currently, if a PHP notice/warning/error occurs that is suppressed using the `@` operator, the Airbrake ErrorHandler reports these errors as if they were not suppressed. Reproduction steps: ```php $handler =...
For new users who haven't set up debbuild before, it's not immediately obvious how to install it as a package. This is annoying, and has frustrated me (and I'm sure...
## Summary Ran `go get -u=patch` Updated GH Actions configuration to build with latest Go 1.x (currently 1.22.1) and 1.20 Fixed a (rather silly) build error in xdp_dump example ##...
Currently the management scripts allow for only a single instance of the minecraft server to be run, but it's actually not hard at all to support multiple instances. This commit...
# Background (what is pkg-config?) pkg-config 0.29.2 (the latest release as of this writing) bundles an ancient version of glib 2.36 ([released in August 2013](https://download.gnome.org/sources/glib/2.36/)) to workaround the pkg-config/glib circular...
Recently, Minecraft began using CAVE_AIR for air blocks inside of caves, however AncientGates presently does not recognize this as air and refuses to construct portals inside of caves. This PR...