Almar Klein

Results 1569 comments of Almar Klein

And happy that the work I put in the benchmark mechanics is also paying off in decisions like this!

The thing is, there are quite a few installers out there, which each have their benefits. Why not `uv`, or `poetry` 😉 Pip is usually backed into Python, and its...

To get an idea, how well does a `Mesh` object work for your use-case? A mesh with a plane geometry (4 positions), and a `material.map` on it. I assume this...

There's two validation examples that show the difference to some extent. A single example demonstrating the two cases side-by side is likely more appealing indeed!

Hi, thanks for your contribution! So the workflow would kick in when a user either creates a new record, or when editing an existing record. I see two problems: *...

> This widget is working on jupyter, and offscreen tests with Vulkan are working, so it seems to me specifically a problem with configuring the canvas during window creation. Yes,...

> I'm so confused To add some context, with the 'bitmap' method, the texture is downloaded first, similar to what happens with the offscreen and jupyter backends. The downloaded bitmap...

I was expecting codegen to come a long way here. The codegen knows when the arguments of a function were actually wrapped in a dict in IDL, so we can...

Whatever way this goes, what I care most about, is that when the IDL changes for a certain method, it will place *some* FIXME comment in the code for the...

*responding in the main thread* > pyodide has `run_sync()` as a function and that seems to do something really similar to `.sync_wait()` Oh, that's huge! 🤯 I did not know...