Results 466 comments of juj

> Are you using this feature in combination with `--shell-file` to produce production builds? Yes I am. For examples, [Bat Chase](http://clb.confined.space/batchase/) and [Spider Solitaire](https://oummg.com/spider/) both build to HTML. First one...

> Is there some reason you using emscripten to produce the html file? I'm trying to understand the advantage to using this feature. This allows one to integrate the generation...

This sounds fine. Originally the connection was in JS since I did not want to start building a full Emscripten Web Audio API wrapper, but show developers in the examples...

I don't know of anyone currently working on this, but if someone contributes support for it, it would be very welcome. Perhaps you might have interested in picking up developing...

Try https://github.com/godotengine/godot/issues if people there may have experienced this issue.

Thanks for the patch, this looks good. Would you be able to create a new unit test in `test/test_other.py` that surfaces this bug, and the fix in this PR would...

> When not using immediate mode, `glNormal3f` should behave similarly to `glColor4f`. I presume the idea is that there would be a single constant normal value that all vertices would...

> that will be amortized over the different places where > HandleAllocator is also uses. Taking a peek at what currently uses HandleAllocator, I see in e.g. my AudioWorklet MOD...

> when we do fix either (1) or (2) then all the subsystems that use the handle allocator will benefit. But if we don't share the code, then the issue...

The above occurred when I was running on 3.12.3. I now updated to Python 3.13.3 (which is the official pinned version used by our project), and it seems that the...