Mariano de Diego

Results 4 comments of Mariano de Diego

Hi, same error here, with same pygame example code. Looks like it's some issue with dear imgui version. `print(imgui.core.get_version())` gets 1.65, while pyimgui installed version is latests (imgui==1.3.0) Regarding #192,...

Ok, just installing imgui 1.4.0 from dev/version-2.0 source solved the issue.

Hi, I'm having the same issue: I just want to send response on a request. Can you please extend your solution?

I was able to replicate this! I was having same issue, and I think I have a few insights: - Connection to SocketIO server only works if the project is...