Results 135 issues of Athanasius

I've been noticing this... probably since I first started using Python 3.10: ``` 0$ python setup.py py2exe C:\Users\Athan\Documents\Devel\infi-systray_py2exe\setup.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python...

question

Implements showing the area of selected existing fields or drawn triangles. Addresses #246 NB: Assumes a drawn polygon is a triangle and only considers the first three points. To generalise...

Playing around with Guardian sites I've been seeing: ```python 2022-08-12 10:47:07.270 UTC - DEBUG - 9972:22496:22496 plugins.inara.journal_entry:765: Adding events Traceback (most recent call last): File "C:\Program Files (x86)\EDMarketConnector\plugins\inara.py", line 672,...

bug
EDDN
Inara

Update 13 adds a new event `NavRouteClear`, triggered when the player *manually* clears their previously plotted route. When this fires the `NavRoute.json` file's contents become something like: ```json { "timestamp":"2022-08-09T15:55:32Z",...

We don't currently have any `--trace-on ...` for "someone is having Auth issues and we need to actually see exactly what EDMC is sending in the Refresh request to be...

enhancement
CAPI

```python 2022-06-19 01:27:04,973 - ERROR - Gateway:241: Failed Validation "[]" (469, "E:D Market Connector [Linux]", "5.4.1", "https://eddn.edcd.io/schemas/fsssignaldiscovered/1", "-") from ```

bug
unconfirmed
EDDN

```python 2022-06-18 14:10:53,793 - ERROR - Gateway:241: Failed Validation "[]" (302, "E:D Market Connector [Windows]", "5.4.1", "https://eddn.edcd.io/schemas/fsssignaldiscovered/1", "-") from ``` Presumably this is when no signals match the cross-check.

bug
unconfirmed
EDDN

Whilst looking into the new FCMaterials stuff it came to light that something weird is going on with FC `/market` output for commodities. 1. One FC with only limpets/drones in...

bug
unconfirmed
CAPI
EDDN

NB: At time of opening this there isn't yet an EDDN schema, not even a work in progress. 1. It is supposed that the EDDN schema will be based on...

enhancement
EDDN

Currently we utilise WinSparkle's `win_sparkle_set_shutdown_request_callback()` to register `update.py:Updater.shutdown_request()` to close EDMarketConnector.exe down when asked. However, it's possible that shutdown *could* take longer than the critical period from WinSparkle invoking that...

enhancement