sven1904

Results 4 comments of sven1904

For me, this was the first missing feature that I mentioned directly after start using GitX-dev. I was also using the previously mentioned GitX version 0.8.4 before, which supported that...

@muhqu thanks for the repo, but that versions also don't support the update feature (except versions 0.8.1-0.8.4). I would just add the feature since I don't think that it takes...

That did not work for me. pyrender does now crash in the `Viewer`'s `_render()` method: ``` Exception in thread Thread-1 (_init_and_start_app): Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1073,...

For the moment, I found a workaround which is at least acceptable. In the `Renderer`, I replaced the content of `render_text(...)` with ```python # # workaround for bug in PyOpenGL...