plata
plata
Which Phoenicis version do you use for testing? This error looks like you try to run a script from the scripts master branch with an older Phoenicis software (maybe the...
That won't work. The API is still not completely stable so the scripts and the Phoenicis version must match. To develop new scripts, you should always use the latest Phoenicis...
@LeandroStanger could you progress/do you need support?
Can you translate this: ``` Caused by host exception: java.io.IOException: Błąd wejścia/wyjścia ``` ?
@Zemogiter you've marked this as ready for review but the PR description says that nothing is working. What's the status of this PR?
I have something in the back of my head that we had a reason to do it like this. I cannot remember though.
@qparis you will need to clarify this.
> Resources are aimed to be common across scripts Ok, this was my understanding as well. So can we generalize this to the rough rule to use `Resource` mainly in...
What about: Add a new util on top of `Downloader` (e.g. `InstallerDownloader`) which uses `createTmpFile()` to download to a file which will be deleted when Phoenicis is closed.
Yes, we could also extend the `Downloader`.