pullthebox
pullthebox
### Describe the bug `can.detect_available_configs()` returns `[{'interface': 'virtual', 'channel': 'channel-9336'}, {'interface': 'neousys', 'channel': 0}]` when no interface is connected. ### To Reproduce ``` import can can.detect_available_configs() ``` ### Expected behavior...
**My Improvement** As a token of appreciation to @hoffstadt, @Pcothren, and all contributors, I facilitated the inclusion of a link to DearPyGui on the https://www.python.org/ home page. The link goes...
The "official" way to import DearPyGui is: ```python import dearpygui.dearpygui as dpg ``` This could be changed to: ```python import dearpygui as dpg ``` if the following is added to...