Penn Bauman
Penn Bauman
When a value of `256` is entered into the `--alpha` option an error is thrown: gdk_pixbuf_composite_color_simple: assertion 'overall_alpha >= 0 && overall_alpha
Fixed the `extract_all_files` test not properly recursing into sub-directories. Added a file tree (under `include_dir/tests/tree`) explicitly for integration testing. - This tree is deeper than the source code previously used...
The test "run: Ensure that a login shell is used to invoke the command" assumes `~/.bash_profile` is present the host system and fails without it.
Several tests make assumptions about how images and containers will be listed, based on using all Fedora containers. This patch adds alphabetical sorting to expected values to allow containers from...
Builds of the new Debian images can be found [quay.io/repository/pennbauman/debian-toolbox](https://quay.io/repository/pennbauman/debian-toolbox) if needed for testing.
The Ubuntu versions used for testing are updated from 16.04, 18.04, and 20.04 to 20.04, 22.04, and 24.04. This brings all Ubuntu releases used into the current standard support window,...
ulimit is a shell builtin, so the shell it is run from changes the version that is used. Ubuntu (and Debian) use dash as their system shell, instead of bash....
The existing code would never properly select the IPv4 address instead a fallback value was selected when the IPv4 option was used, the script is updated to that both IPv4...
Added a Makefile to consolidate building and installation scripts. Added build directory `build` and moved JS file into `src` directory. Separated out version patching into an independent script.