Andrew Selivanov

Results 4 issues of Andrew Selivanov

in *.cc files this line: `/*secure*/ false, /*reuse port*/ false, /*backlog*/ 1, /*SSL*/` turns into this after commenting: `/[>secure*/ false, /*reuse port*/ false, /*backlog*/ 1, /*SSL

bug

Is it possible to control Clusters arrangement, from left to right or top-down for example? How?

kind/feature
help wanted
question

It seems that call to ctypes.windll.shcore.SetProcessDpiAwareness(2) breaks scaling in dearpygui https://github.com/hoffstadt/DearPyGui, see this example (dearpygui 1.8.0) and calling ctypes.windll.shcore.SetProcessDpiAwareness(0) won't help: ``` import ctypes import dearpygui.dearpygui as dpg from screeninfo...

This commit parses tracker issue out of description and adds active link (url field) to the issue tracker.