Nathan Reed
Nathan Reed
No worries! I definitely understand about side projects that are on an "as I have time" basis. :)
Aesthetically, I don't love the wide zeroes - they look incongruous next to the other digits for me - but that's another issue. 🙂 The mismatched heights, though, seem like...
I'm seeing this issue too. From a bit of experimentation in Firefox dev tools, it appears this is related to the use of `display: inline-block` on KaTeX spans. If I...
Empty material ranges are now removed when compiling a mesh, as of commit f17795b.
Thanks for the PR! I think the code can likely be simplified a lot using os.path.relpath and such rather than parsing the path yourself. See how I'm doing it for...
My team has just run into this as well. It looks to me like the same basic issue: in our GLSL we define an array of outputs, like ``` layout(location...
I have also recently run into this issue. I created a table containing one column of TreeNodes and another column of Buttons, and observed that pressing the up arrow on...
I'm taking a swing at this one, with the restriction at the moment that the source and destination ranges must have all the same time stretch ratio (so avoiding the...
Alright, I have a PR #31314 ready to review for this.