xeway
xeway
Hey, I'm facing an issue when using `CTkEntry`. ``` python3 size_limit = StringVar() size_limit.trace_add("write", size_limit_modified) size_limit_entry = customtkinter.CTkEntry(master=split_tab, width=200, textvariable=size_limit, validate="key", placeholder_text="1GB = 1000MB = 1000000000B") size_limit_entry.pack() ``` On this...
I get this error when trying to embed a file that is from an external hard drive (path : `/media/...`). Do you know how to fix this ? Thanks
This feature can be very useful in some situation. Sources that explains how it works, how to use it, etc.: - https://facebookmicrosites.github.io/cgroup2/docs/io-controller.html#protecting-workloads-with-iolatency - https://www.kernel.org/doc/html/v5.10/admin-guide/cgroup-v2.html#io-latency NB: on some Linux distributions (like...