Results 10 issues of cromachina

### **Describe the bug** Toggling visibility of layers on and off causes layers to be permanently ignored after compositing once. Using debug logging, it appears that the `bbox` or `viewport`...

## Is your feature request related to a problem? Please describe. DearPyGui version: 1.10.1 I would like to update some other field, like a text field based on the result...

state: pending

## Version of Dear PyGui Version: 1.10.1 Operating System: Windows 10 ## My Issue/Question I was testing out using DearPyGui with asyncio by handling async callbacks myself. This seems to...

state: pending
type: bug

Port of https://github.com/OpenTabletDriver/OpenTabletDriver/pull/3288 for master. This change will make the unit tester complain about every other config because I added a new config parameter "TouchStrips".

enhancement
configuration
core

Tested on NixOS and a Windows 10 VM. Was only able to get diagnostics from within the Windows VM [diagnostics.json](https://github.com/OpenTabletDriver/OpenTabletDriver/files/15001041/diagnostics.json)

configuration
needs-forward-port

Depends on: https://github.com/OpenTabletDriver/OpenTabletDriver/pull/3285 I think this functionality will overlap closely with touch rings, scroll wheels, wheels/dials/paddles, triggers, or any other 1-dimensional HID, in which case maybe it could be given...

enhancement
gui
core

Specifying a tuple type for a field seems to break pyrsistent's type checker. Pyrsistent version 0.20.0 Python 3.12 Linux (NixOS) Minimal example `test.py`: ```py from pyrsistent import * IVec2 =...

Drawpile version 2.2.1, Linux ### Problem When looking at a large canvas while zoomed out (for example, 4000x4000 on a 1080p screen), the canvas view looks extremely aliased, as if...

feature

An error is thrown when trying to extract data from a ChaingraphAPI response, seemingly. Minimal example: ```py import bitcash k = bitcash.PrivateKeyTestnet() k.get_balance() ``` ``` Traceback (most recent call last):...