Pascal Thomet

Results 331 comments of Pascal Thomet

Hi, I just tried this on windows 11 with visual studio 2022: ``` C:\Utils\Python\Python312\python.exe -m venv venv .\venv\Scripts\activate git clone https://github.com/pthom/imgui_bundle.git cd .\imgui_bundle\ git submodule update --init --recursive pip install...

Did you try to remove C:\lang\perl\c\bin from your PATH prior to running pip install

Hi Diederick, Yes, I will emit a new release in the next weeks. I will try to update ImGui in the process. In the mean time,you can download wheels in...

Hi Diederick, I did update ImGui to v1.90.7. It took me about half a day because I had to update also ImGui Test Engine, and also update the generator options...

I change it to 1015. Please try it on your side . You can update your clone and push the CI should run on your side also.

AFAIK, OS updates are free on Mac. Is there a compelling reason why those students cannot update their version of macOS?

> Thanks for going down this road with me! You're welcome. I just merged you PR. Thanks a lot

Hello Dee, I'm trying to release this version, and I will have to change it to 1.5.1 (because of a failed previous attempt, pypi wont let me re-release this version)...

Hi Dee, Thanks for reporting the full screen issue. It is solved. I also just updated imgui to v1.90.9. this will be in the release. Did you see other issues?

I reenabled python 3.10 in the pip CI. I had disabled because it was failing on linux GitHub Runners for a while. GitHub sometimes pushes instable update to their runners.