my1e5

Results 28 issues of my1e5

## Version of Dear PyGui Version: 1.6.2 Operating System: macOS ## My Issue/Question Changing WindowPadding in the y direction doesn't seem to filter down to child windows. ## To Reproduce...

state: pending
type: bug

## Version of Dear PyGui Version: 1.6.2 Operating System: macOS 10.15.7 ## My Issue/Question When using `dpg.draw_rectangle` with `thickness=0` the outline of the shape still remains. ## Expected behavior I...

state: pending
type: bug

It would be nice if `dpg.enable_item` and `dpg.disable_item` could work when you pass it the tag of a `dpg.group`. Like how you can do with `dpg.show_item` and `dpg.hide_item`. My current...

state: pending

Is it possible to use item handlers with drag points? For example, I'd like to be able to hover the mouse over a drag point and use the mouse wheel...

If I have a plot in a modal window, and if I right-click the legend in a certain way it causes the modal window to close without warning or any...

state: pending
type: bug

If I have a tree node or collapsing header inside a child window they become closed when I minimise then maximise the viewport. ### Code ```python import dearpygui.dearpygui as dpg...

state: pending
type: bug

### Feature Description Say I am one of the 'owners' of a repo and I've set branch protection on the `main` branch. Specifically, I've set required approvals to 3. This...

type/enhancement
type/proposal

I have a performance related problem when using the `multiprocessing` library. Here is a MWE that creates a `Pool` of workers and measures the time this takes. ```python # main.py...

Is it possible to use plugins with different numbers of input and output channels? I just tried to load a VST3 plugin and I got this error: ``` ValueError: Plugin...

Dear ImGui has a function to set the mouse cursor but it's not exposed by DPG. This feature was discussed in the Discord group (see [link](https://discord.com/channels/736279277242417272/1173714948300488764/1174275325207789578)). The lack of ability...

state: pending