Alec Clews
Alec Clews
Review release notes at https://www.papercut.com/products/mf/release-history/22-0/#v22-0-4
Review release notes at https://www.papercut.com/products/mf/release-history/22-0/#v22-0-4
Review release notes at https://www.papercut.com/products/mf/release-history/22-0/#v22-0-3
Small typo fix
"note" ==> "not"
When using the -v --version flags the GhostTrap version is not reported When using -v and --version the GhostScript version is reported differently
I am using an M1 based Macbook 1. When installing from homebrew I had to manually add the execute bit. ```sh chmod +x /opt/homebrew/Cellar/atac/0.11.3/bin/atac ``` 2. The binary is for...
Made a lot of changes to the install doc. Re ordering, adding details, more info about Windows
Added two new PowerShell Scripts. Note that mpfshell on Windows has a problem and this change contains the work around (assuming mpfshell has been installed from source ``` py $env:VIRTUAL_ENV\Scripts\mpfshell-script.py...
**Describe the bug** Cannot use `--env` option **Steps to reproduce** ```sh finch container run -it --rm --env="E=v" busybox env ``` **Expected behavior** ``` PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TERM=xterm HOME=/root E=v ``` **Screenshots or...