Results 233 comments of Athanasius

Thanks for that! I've Start'd and starting Watch'ing your repo, and updated my .git/config to these remotes (rather than arthespy's as origin): ``` [remote "arthepsy"] url = https://github.com/arthepsy/ssh-audit.git fetch =...

NB: At least when running under PyCharm debugging you can't rename a plugin folder whilst the plugin is in use by EDMC. So, that would have to happen *after* unloading...

And you can't actually unload a plugin... so this would need to be predicated on something like creating a filename of `plugin_folder.disabled`.

Ah, the loss of latching isn't necessarily in #1773 , it would have been in the preparatory work in a prior PR, which I think would have been https://github.com/EDCD/EDMarketConnector/pull/1261 ....

As EDCD haven't revoked my EDDN server access... I just checked and there doesn't look to have been another instance of this in the past month. I can't tell if...

Another point to note for coding this. If a `/fleetcarrier` query is going to take a long time then it's feasible for several 'other' queries to be queued up in...

Closing as the implementation is now merged into `develop`.

We *are* now using an sqlite file, so this is moot.

py2exe has provided a new 'freeze' API that solves this, and we've been using it for a while now.

I just found that the workflow had been left in a non-functional state, always signalling that there were no changes. This explains why it didn't trigger when there *were* recent...