madoar
madoar
The html template string in `selected-step.directive.spec.ts` appears to be outdated. Currently it contains the line ``. This line is not 100% compatible with the current version of `angular-archwizard` because the...
Interrupting the installation of a Verb during the download phase, via a click on the `Cancel` button, results in an exception: ``` [ERROR] org.phoenicis.multithreading.ControlledThreadPoolExecutorService (l.63) - org.phoenicis.tools.http.DownloadException: Download of https://github.com/Kron4ek/FAudio-Builds/releases/download/19.01/faudio-19.01.tar.xz...
Currently we set the `ShortcutDTO` object of a `ShortcutReader` object via the `of` method. An alternative and in my opinion cleaner approach would be to set the `ShortcutDTO` object via...
Currently most of our script utility classes don't do any kind of input validation. This leads to very non-informative exceptions being thrown in case of a bad input like a...
I just discovered that we have some test scripts in https://github.com/PhoenicisOrg/phoenicis/tree/master/phoenicis-repository/src/test/resources/org/phoenicis/repository/repositoryTest/Applications and https://github.com/PhoenicisOrg/phoenicis/tree/master/phoenicis-tests/src/main/resources/org/phoenicis/tests These scripts are currently totally out of date. I propose we either remove them or update them....
Currently we have no way to know which engine is required to execute a shortcut based on a given `ShortcutDTO` object. This becomes a problem if we have multiple engine...
Currently when an included script throws an error the shown error message doesn't tell the user where the error occurred, i.e. in which script the error occurred. We should add...
Currently we update the progress bar during a zip archive extraction only after a complete file has been fully extracted. This leads to visible jumps in the progress bar which...