Tom
Tom
Hello, I noticed that there are extremely slow speeds when files have to be rewritten. The drive is an NFS mount and a 200MB FLAC needs over 30 seconds to...
Decided to open a new issue and reference it from her, this is better also in terms of documentation, as the other one is closed already, please see also further...
Hi, honestly I don't understand if this is just not working in free version or if the description is faulty. In UserSettings.txt there is written : CONTROL_NAME = A unique...
Hi, after closing an app written with CustomTkinter, a vere easy app, there are sometimes dpi scaling error messages, though not always. Like these, from 2 different runs, so this...
Hello, when writing the exact same code in Tkinter I get a correctly autosized window, while in CustomTkinter the window is way too big Tkinter  CustomTkinter 
Hi, writing a code like this `self.geometry("400x170-0-0")` puts the window in the top left, as does +0+0, but it should place it in the lower right, which would be considered...
Hello, why was this https://github.com/benoitc/gunicorn/issues/1877 closed and further comments after closure completely ignored? I must admit the crosslinking between the project issues and the conversation is extremely hard to follow,...
### Describe the bug Searching for labels seem to be completely removed in 2.x as opposed to 1.9.x ``` async def search(self, media_type: str, query: str, limit: int = 500)...
Hi, would it be possible that flac and metaflac can respect that the 255byte limit on Windows 10+ is a thing of the past as said since 2016. It is...
Hi, your extension cannot handle new f-string capabilities of Python 3.12, writing a single line of code like this `f"https://ldomain.com.com{user["x1"]["x2"]["x3"]["x3"]["x5"]}",` makes the whole extension break down silently and stops it...