Results 233 comments of Athanasius

> No, that will not merge clean. You should first cherry-pick [johnd0e@55c52bc](https://github.com/johnd0e/ingress-intel-total-conversion/commit/55c52bcbf2f57a2d201443033379f748ea4463f0), than rebase your changes on top of it. Now acceptable ?

Looking at just EDMC.py for now: 1. Black's default of 88 columns is causing too much "separate line" for my tastes. So we'll use `--line-length 120`. 2. Black has a...

I was running manually with `black --line-length 120 --target-version py310 EDMC.py` for this, and you can see the result in https://github.com/EDCD/EDMarketConnector/tree/enhancement/ath/black-experiment

Especially in light of nascent plans to have EDDN messages require a `header`->`gameversion` field **which will have to be the gameversion of the data source, not at time of sending...

I've started working on this now, it's in https://github.com/EDCD/EDMarketConnector/tree/fix/1431/eddn-replay-enhancements

This sounds like something a plugin could be written to do.

And note that as it is `Save Raw Data...` totally ignores the cooldown on auto/manual Updates. That needs to change.

Definitely change the `Update` text on the button, remembering the translation, to: ``` Refresh Market, Shipyard & Outfitting ```

Obviously the changed label will need translation, so use `{CR}` for the line break. Also, the `Cooldown XXs` should probably be split over two lines to prevent main window size...

We'll probably want to do a CAPI pull after we know the Cmdr has sold or bought a ship, so that the list of all owned ships is properly in...