Matt Kimball

Results 26 comments of Matt Kimball

This should be merged. I needed to make the same change locally to `imgui-glium-renderer` to successfully use it.

> Note that using GLES3 on HTML5 is not recommended due to [long shader compilation times on some browsers](https://github.com/godotengine/godot/issues/56670). It's recommended to switch to the GLES2 renderer instead. Duly noted....

> Godot does not implement the gles3 srgb extension. I don't know the Godot WebGL code, but I don't think that is the issue here. Some additional information is that...

The result is the same in Chrome and Firefox. Given this, I do not think it is the same issue as #34062. The root cause might possibly be the same...

To make it even more clear why I think it is the native / windows export / editor that is in error, I have created a texture where the word...

This is still an issue with the 4.0 release. The color_space.zip two comments above can be used to easily compare the native Windows export vs the web export in Chrome....

I tried Python 3.11 on Ubuntu 22.04, and aside from a deprecation warning, the tests succeed as expected. This leads me to believe this is an Arch specific issue. I...

I have installed Python 3.11 from `ppa:deadsnakes/ppa`, and I cannot reproduce your hang: ``` mkimball@Alienware:~/mtr-packet-python$ python3.11 --version Python 3.11.6 mkimball@Alienware:~/mtr-packet-python$ cat test.sh #!/bin/sh cd test PYTHONPATH=.. python3.11 -X dev test.py...

You may be right that an exception is occurring somewhere, but so far I am failing to see what you are seeing. Even raising NotImplementedError causes the test to fail...

I seriously doubt the issue is the child filling the stdout pipe. `ip6-localhost` is much more likely a problem though.