Results 238 comments of Athanasius

> Okay, why are we not setting gameversion to the FileHeader value. That comes first, should be the same as LoadGame, and copes with any events that might occur before...

I'll review all my journals to be *extra* sure there are no instances of differences between `FileHeader`->`gameversion` and `LoadGame`->`gameversion`, but on reflection I see no reason why we can't: 1....

And Horizons Journals, **still**, don't have `gameversion` in `LoadGame`. That means we can't make this new field mandatory until that changes. We can absolutely still add it ASAP as optional,...

Note that the latest code checked in here for HabZone has python 3.x support. It's just that Marginal hasn't made a new *release* based on it. I guess, if needs...

In the meantime you can: 1. Download a zip of the current GitHub master -> https://github.com/Marginal/HabZone/archive/master.zip 1. After extracting the `HabZone-master` folder from that optionally rename it to `HabZone`, or...

Having just started a project which is also my first use of YAML, and reading the official documentation, I've been wondering why "%YAML 1.2" at the start of the file...

I too encountered this. `/etc/crowdsec/parsers` contained no duplicates (checked with `ls -alR` in there). TL;DR - Likely something to do with leapfrogging so many versions *or* the .dpkg file not...

I'm also running in to this issue of not being able to update host keys. Even deleting the host entirely and then re-adding it to connect again doesn't clear this....

I've now found /data/data/org.connectbot/databases/{hosts,hosts-journal} - the deletion of which (with the app not running) allows for clearing all host information including the host key(s). Then first time connecting asks correctly...

> The [setuptools](https://github.com/py2exe/py2exe/tree/setuptools?rgh-link-date=2022-07-10T19%3A55%3A21Z) branch contains code that does not explicitly depends on `setuptools` (following PEP 632) and still builds and passes all the CI tests. I finally thought to try...