Legopitstop
Legopitstop
When the option menu is deleted and then recreated using the same variable it throws an error. customtkinter: `4.6.3` IOS: `Windows 10` **Steps To Reproduce** 1. Run the below code...
CTkToplevel is not displaying when the resizeable method is used. customtkinter: `4.6.3` IOS: `Windows 10` **Steps To Reproduce** 1. Run the below code in a python file. 2. Click the...
CTkEntry raises an error when you use IntVar or DoubleVar as a textvariable customtkinter: `5.0.0` OS: `Windows 10` **Steps To Reproduce** 1. Run the below code in a python file....
CTk window loses its themed title bar when you exit fullscreen customtkinter: `5.0.3` OS: `Windows 10` **Steps To Reproduce** 1. Run the below code in a python file. 2. Press...
## Describe the bug Game crashes in a development environment with Framework and MrCrayfish's Furniture Mod: Refurbished on Fabric ## Steps To Reproduce - Download example fabric mod. https://github.com/FabricMC/fabric-example-mod -...
Added codecs to Color class. ## Codecs - RGBA_CODEC - A json object `{r: 255, g:255, b:255, a:255}` - STRING_CODEC - A hex string color like `#fff` or `#ffffff` -...
### 🎨 Icon categories Bedrock Behavior Pack ### 📁 File types - scripts (folder when opened) ### 📊 Usage frequency High (Used very widely in the target area) ### Usage...
### Feature description If CachedSession fails to connect to the database, it should fallback to `requests.Session`. ### Use case _Is there a specific goal that this would help you accomplish,...
Added image-rendering: -webkit-optimize-contrast to markdown images. This makes text in images more readable. 
Currently, it's not possible to "pick" directories using Python. I suggest adding a `pick_directory` function to the dialogs package, which will return the path to the directory with read/write permissions....