Pascal Thomet

Results 197 comments of Pascal Thomet
trafficstars

I confirm that this is a serious bug in GitHub runners: see https://stackoverflow.com/questions/78829691/github-runner-produce-unreliable-executable-when-using-unique-lockstdmutex

I added a workaround with [this commit](https://github.com/pthom/imgui_bundle/commit/9a033263df5bdb8a7fcd6383470000fb9b7b15f4) The wheels should be built here: https://github.com/pthom/imgui_bundle/actions/runs/10231116332

Hi Matt, Thanks a lot for your PR! > Let me know if you want me to break the PR up into smaller chunks! Actually, no. On the contrary, I...

Hi Omar, many thanks for those words of wisdom, and congrats for your long lasting efforts on developing and maintaining this library, which also changed a lot the way I...

[Dear ImGui Bundle](https://github.com/pthom/imgui_bundle) now runs in the browser, in pure Python. Thanks to Pyodide support (added in v1.92.0), you can now build and run Dear ImGui apps on the Web,...

> after upgrading from 1.3 to v1.6 (pip) > AttributeError: module 'imgui_bundle._imgui_bundle.imgui' has no attribute 'get_window_content_region_max' Dear ImGui Bundle follows closely the API from Dear ImGui: it is always using...

> Also, I found that when using a pure glfw backend, glfw has to be imported before imgui-bundle (which was not the case previously) This is strange. A possible reason...