Michael Bayne

Results 25 comments of Michael Bayne

If the `digest.txt` file is detected as changed, Getdown will delete all the `v` files and revalidate all code and resources and the `getdown.txt` file against the updated digest. So...

If you have a log file that shows Getdown downloading a new `digest.txt` file but then failing to revalidate all the resources against that file, that's definitely a major bug...

Ah, I see. When Getdown notices that the `getdown.txt` (or `digest.txt`) is out of date, it clears all the validation files, but it does not just delete every file in...

That's a fair point. I'll look into whether it might be easy to ensure that it uses the newly downloaded getdown.txt to enumerate the resources that need to be invalidated.

`jvmarg` is needed for each individual argument. I think you need: ``` jvmarg = --module-path jvmarg = %APPDIR%/javafx-sdk-11.0.2/lib ``` and so forth. Because those are really two arguments due to...

We can certainly provide a module descriptor file for the main Getdown jar file. But Getdown bundles its dependencies internally (and uses Proguard to rename and minify them), so it...

I just took a stab at properly modularizing Getdown but there are a bunch of challenges. I have overcome most of them but Proguard is causing trouble. It has a...

I don't know of anyone using Getdown in this way, but with the cooperation of the application it would be possible. Getdown already supports a "versioned mode" where the application...

That looks great. I’ll file an issue to update the proxy detection to use proxy-vole, so it doesn’t fall through the cracks, and then try to tackle that in the...

Pull requests would be great, thanks!