Legopitstop

Results 11 issues of 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...

bug

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...

bug

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...

bug

## 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...

icon request

### 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,...

enhancement

Added image-rendering: -webkit-optimize-contrast to markdown images. This makes text in images more readable. ![image_rendering](https://github.com/user-attachments/assets/2c48a47a-b2de-47a9-84da-53294fdeb6bd)

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....