gatl
gatl
Related to a sortname, one thing I would like to see is sorting "The Witcher" as "Witcher, The". GOG does this to some games but not to others. (And of...
Perhaps I misunderstood the purpose of the manifest file. I thought it was to keep a local copy of the games and files that could be retrieved, and the resume...
Please consider the following (I can see if I find the time to send you this in code, to test on the current version of _gogrepo_). A manifest file consists...
It's OK. My free time is also quite spotty. Seems like it will take you a while until you present your new version. I'll see if I can find some...
A rewrite? That is such a good news! I made a list of things I would like to make different after taking a look at the code, but to implement...
(Since this project has no issue tracking enabled, I'll leave my list in short in here): - Use JSON to store the manifest. This allows for other projects to read...
Well, I only have Linux, so it may have been something else. I removed the manifest file and I can find the relevant file there. I can't reproduce this problem...
I looked into it and indeed it is as you suspected: if I do not specify I want to include Linux the program considers just the Windows installer.
There is the python2-exclusive code that won't run on python3, and there is python3-exclusive code that won't run on python2. That is not limited to a few imports. Keeping all...