Lorenzo P.

Results 6 issues of Lorenzo P.

As some of you may already know, Flash is approaching the end of life and [it will be decommissioned at the end of 2020](https://theblog.adobe.com/adobe-flash-update/). Part of this process is already...

help wanted

**Describe the bug** When autoRune is enabled it assumes that all the players can switch runes. This is not true for low-level characters **To Reproduce** The assumption is: you have...

bug

This is a follow up to issue #55 Right now the settings are managed using the settings.ini file. This file relies on a custom ini format and it is managed...

enhancement

Right now the bot is only state aware (Raid vs Dungeons vs Expeditions, etc). Sometimes, as a user, I would like to have specific settings for specific zones. For example:...

enhancement

Right now it is possible to use Google Drive as file uploader and it would be nice to use it also as image uploader as, using the correct URLs, it...

Enhancement

**Describe the bug** When I run the snippet below the generated PNG file is corrupted. ``` try (FileOutputStream outputStream = new FileOutputStream(aDevice.toString().replace(":", "")+".png")) { stdout = aDevice.executeShell("screencap", "-p"); Stream.copy(stdout, outputStream);...