Florian Meinicke
Florian Meinicke
For me changing the theme color from "Auto" (which would choose the Dark theme in my browser) to "Light" shows the QR code. Leaving this out there for those who...
@dsysvdu I was wondering the same thing and basically tried what you proposed. Here are the steps: 1. Change into the `custom_apps` folder that is located right below the root...
`os.replace` instead of `os.rename` seems to be the solution for Windows. It's supposed to work the same as `os.rename` on POSIX. According to the stdlib documentation of [`os.rename`](https://docs.python.org/3/library/os.html#os.rename): > If...
Thanks for the quick change. I can confirm that this works like a charm on both Windows and Linux (at least for my use case: `with safer.open(file_path, "w", delete_failures=False) as...
Hmm, interesting. I definitely used Spotify the last couple of days but it only shows the songs I listened to today (this does include songs from this morning which was...