Narfel
Narfel
Greetings from the future! For me those and similar errors went away when i simply installed [less](https://www.gnu.org/software/less/) on which the plugin relies. #also: returned 127 comes up when specifying the...
I'm having the exact same problem. It started after i had to switch the base url. There's also a warning in the devtools "use HACS path to retrieve icons". I...
Neither am I sadly. But the problem is not with python, python tools or any of your code. Just that the container is not a multiarch or armhf. The base...
I'm not sure if we're misunderstanding each other. I'm just talking about the image you get when you do a pull with `docker pull nekmo/amazon-dash:latest` That doesn't work on arm....
This is the output i get when i remove the exception. Python version in the venv is 3.8.2. I am not familiar with that toolchain used, so i had to...
Tried it anyway, no dice. I even used good old 8.3 format for good measure. But since i can do the i/o stuff on the exact same files with gpxpy...
Yes, that's the part that goes wooshing straight over my head. I found a [couple](https://stackoverflow.com/questions/57535979/concurrent-future-fails-on-windows) [of](https://stackoverflow.com/questions/38801229/why-processpoolexecutor-on-windows-needs-main-guard-when-submitting-function) [references](https://bugs.python.org/issue35797) to `oncurrent.futures.ProcessPoolExecutor` on StackExchange, but in absence of a error message other than...
Sweet, thank you, can confirm that works perfectly under Windows. I still have no clue what that actually is about, but i came across some threads that seemed to suggest...
Works on windows for smaller sets of files without specifying `--workers NUMBER_OF_WORKERS`. If i use a >500 files folder it errors out with `TypeError: can't compare offset-naive and offset-aware datetimes`...
For what it's worth I have the exact same problem. The only way to open a non-shadow instance is to kill the process manually and then run it regardless of...