anes

Results 4 issues of anes

**Describe the bug** The issue is, that the process started by installing Greenshot using the `.exe` doesn't terminate for some reason. It gets done installing, opens the browser window but...

I am using the newest UMLet Version (15.1) installed over Homebrew: ``` ➜ brew install umlet Warning: umlet 15.1 is already installed and up-to-date. To reinstall 15.1, run: brew reinstall...

mac os x

As seen in [this CI run](https://github.com/aneshodza/ipa-documentation/actions/runs/5177853931) I had the issue that GitHub would just leave bigger images blank. That would look as follows: Minifying the images fixed that issue, so...

Hey! I am using the textio library in one of my projects, where I create a terminal using this code: ```java private final TextIO textIO; private final TextTerminal terminal; //......