Niko Wenselowski

Results 14 comments of Niko Wenselowski

@srijanshetty Would you mind sharing the patch that makes it work?

> I am also experiencing very poor performance on WSL2. However, performance is only poor while trying to complete paths on the filesystem. Completion for other things such as `set...

Very good pointer, @dhruvinsh! When checking my `PATH` this seems to be inherited from the Windows system and contains entires like `/mnt/c/WINDOWS` which contain more than a few directories. Unsetting...

I made the changes suggested by @msabramo regarding the use of SafeConfigParser from `setup_common.py`.

@msabramo just removing it will still get you new files of it. I'd prefer to fix the problem (probably newlines and/or whitespace). Quick fix would be putting the file into...

I now run into similar problems with _segmentation faults_ during sync. Deleting the local database is a short term fix for making the app start but it now crashes during...

@alainm23 besides a few flac files (

Also the pytest config for being inside the folder `tests/` and being in the project root are different. This leads to not always having the same test results.

What would the differences be? What cases would be improved by this?

https://github.com/home-assistant/version/pull/370 fixed https://github.com/home-assistant/supervisor/issues/4381. Is this issue fixed by the PR aswell?