richardg867
richardg867
Internet Explorer 6 is widely known to not support PNG transparency unless CSS hacks are applied; instead of transparency, it renders a hidden background color contained in the file, which...
I maintain the AppImage build infrastructure for a project which just adopted an AppStream metadata file. This file contains some data that isn't 100% valid, and therefore `appimagetool` fails with...
I run `instantlinux/proftpd` as part of a docker-compose stack, with `restart` set to `always`. Today, I found the server was no longer running, and docker-compose did not restart it as...
Despite README.md containing instructions for installing dependencies on Debian, flamegraph itself cannot be installed on Debian stable (currently bullseye) due to the outdated Rust version it packages. README.md should state...
How to reproduce: * Select a Slot 2 machine like the Gigabyte GA-6GXU * Start it with 2032 MB RAM * Increase the RAM to 2048 MB * The emulator...
Running appimage-builder v1.1.0, both with an existing recipe from v0.x and a brand new recipe, the custom AppDir path set on `AppDir.path` is ignored: ```yaml # appimage-builder recipe see https://appimage-builder.readthedocs.io...
Trying to use LilDebi to install Debian Jessie on a Nexus 5 running stock Android 5.1. After manually creating a `/etc/resolv.conf` and replacing the BusyBox binary with a newer one¹...
I've recently introduced AppImage packaging with appimage-builder to [86Box/86Box](https://github.com/86Box/86Box). While the setup I came up with works perfectly on `x86_64`, `armhf` and `aarch64`, I run into a consistent segfault related...