Mark Jansen
Mark Jansen
With the correct config, pylint is able to pick this up: ``` py -m pylint -E .\src\imgui\integrations\pyglet.py -v --extension-pkg-whitelist=imgui ************* Module imgui.integrations.pyglet src\imgui\integrations\pyglet.py:108:34: E1101: Module 'imgui' has no 'CONFIG_NO_MOUSE_CURSOR_CHARGE' member;...
Same bug here, seems to be an issue with this example. Host: Windows 10 Build 19041
> Correct me if I am wrong, but I think this is the same problem as in #181. This should have been fixed in #192. As a quick explanation: ImGui...
Unfortunately, judging by the lack of comments on this question it seems that your problem was not described in a way that allows others to help you. Would it be...
There is `get_current_context`, so the fastest way to find this out is probably to try it?
Hey, Some random ideas: - Make github issues for 'todo' items, so that contributors have an easier time picking tasks - Is it possible to have multiple PyPi packages? if...
Doing it in two steps would help with regression testing / finding the source of bugs.
Somewhat slightly related to the above (but not entirely) is the amount of open issues on this repo. Some of them are answered in my opinion, so should they remain...
> No indeed, I don't think they should, you are right. Unfortunately, I didn't have time to go over every one of them. Some should be closed, others should wait...
> I hope this is the right place to pitch this idea. > > Something I believe would be very beneficial to pyimgui is a simple way for average users...