Frode Solheim

Results 106 comments of Frode Solheim

I cannot accept the pull request currently, because the launcher right assumes that it will use specific kickstart versions for each model, to make sure that games from the online...

I can doublecheck, I also own Amiga Forever Essentials.

Hi, I think there is a bug somewhere which "allows" the database to get into an invalid state. As you discovered, starting from scratch (but it would also suffice to...

I'm not terribly interested in this, but on the other hand, it looks like Qt supports it already, so the effort to add support for it might be negligible .

This is implemented now, and will be released with FS-UAE Launcher 2.9.4dev. Short description: By default, if you start fs-uae-launcher with a path to a WHDLoad archive, it will derive...

Hi, FS-UAE Launcher will currently create the directory the first time it is needed, and then assumes it exists from that point on. You are welcome to improve on this...

My thoughts in general is that, although the caching of a single function call might not seem to be that important, in a large problem, it kind of adds up,...

Alternatively, and perhaps better, put an _additional_ ensure_downloads_dir() into FSGSDirectories, which basically calls get_downloads_dir, and then ensures that it exists before returning it. I like this better...

Well, I'm actually positive to including FSGSDirectories.ensure_downloads_dir (which checks that the directory exists every time it runs / does not cache) and using it in this case. I still mean...

Btw, another reason for caching the directory calculations is that `Paths.get_real_case(path)` is at least (assumed to be) somewhat expensive.