Korijn van Golen

Results 390 comments of Korijn van Golen

I don't really have a strong opinion on this particular distinction. :) I feel like many developers already interpret semver in the effver way, perhaps accidentally. I could be practicing...

I'll explain the situation to you with two observations from your issue report: * Looking at your stack trace, it seems like you have cloned the repo, so you are...

Well, tinygrad supports wgpu-py as a backend, so I'm sure it's possible for pytorch. They do have a lot more technical debt to deal with though so there are probably...

Would multi text also make it easier to do complex text layout like paragraphs, and even pages etc?

Maybe the Stats object is a nice test case, since it has static text but constantly updating numbers.

> I actually meant to do a pygfx release before merging this 😅 , but not a big deal; this PR is surprisingly backwards compatible. Sorry, I read your list...

Make sure to pull the screenshots from the special CI job "Screenshots / Regenerate" (here for your latest build, under "Artifacts": https://github.com/pygfx/pygfx/actions/runs/10031557567)

There's no randomness here (I think? Maybe check the shaders?). If the fonts are different... are both CI jobs using the same exact version of freetype-py (and all other packages...

> Screencast.from.2024-07-21.18-33-48.mp4 Only those few pixels in that one `a` are wrong? You could use numpy to subtract one image from the other and see "how wrong" they are. Sometimes...

This is really odd though. Why is that super local group of pixels wrong? However, if they are wrong consistently (every single build?) then it must be something we can...