seimen

Results 3 issues of seimen

## Version of Dear PyGui Version: XXX Operating System: XXX (Windows 10, macOs xx, Ubuntu 20.04, etc.) ## My Issue/Question ![node_editor_bug](https://github.com/hoffstadt/DearPyGui/assets/84661606/4ff700cd-3003-49d1-a4b1-b845ccdbd9d1) ## Standalone, minimal, complete and verifiable example ```python import...

state: pending
type: bug

## My Issue/Question Type hint dpg.get_seletected_links is list[list[]] Supposed to be list[] ## To Reproduce ```python import dearpygui.dearpygui as dpg import platform dpg.create_context() dpg.create_viewport(title='Custom Title', width=600, height=300) print(dpg.get_dearpygui_version()) print(platform.platform()) with...

state: pending
type: bug

**Is your feature request related to a problem? Please describe.** Node links can have mutliple outgoing links, despite of the need for it. Implementationwise the etablishement of a link can...

state: pending