Dylan Frese
Dylan Frese
Sometimes it is necessary to perform some setup steps (enabling some service, pulling some Docker images, writing some configuration file, generation of some random key) on deploy, but only necessary...
* Make some syntactic changes for other compilers * Update CMakelists for Linux compatibility This allows ACRE2Core, ACRE2Shared, and ACRE2Wine to be built under Linux toolchains. * Extend compat.h to...
From `journalctl -u sddm`: ``` Jul 12 23:40:06 Skuld sddm-helper[2851]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=124) by (uid=0) Jul 12 23:40:06 Skuld sddm-helper[2851]: pam_systemd(sddm-greeter:session): Failed to create session: TTY tty0...
This fixes issue #15, where users could input the target answer and be marked correct. This solution tests the user's solution against various data structures for which it _should_ fail,...
GIMP broke most of their API with the 3.0 release, moving to a GEGL and GObject/GLib based interface. This patch rewrites the plugin to use the new API.