Torsten Paul
Torsten Paul
That's all Mesa settings, full list can be found at https://docs.mesa3d.org/envvars.html I'm not sure if there's any additional Qt setup possible, but that likely needs code changes. OpenSCAD itself has...
Yes, I think the errors are not concerning. I'm a bit surprised about the AARCH64. Are those 64-bit ARM machines running the code spaces? I'm able to start the codespace...
The tests include the example files for verification so if we change this, the test image needs to be updated too. From the branch name it sounds like you changed...
Yes, also just now updated to track latest changes in the `function-literals` branch and adding lexical scoping for object literals.
``` o = { a = 6; c = a + 2; b = { f = function(x) a + x; }; v = [1, 2, 3, { a =...
Yes, to be precise, it captures the whole lexical context stack and uses that to do the lookup for the values of `a`. As `a` can't be changed it's still...
I have no problem with throwing this prototype branch away if we find a different solution. I do like the automatic namespacing though.
Nice thanks! Yes, a 3D version would be awesome, but it's better to keep it separate in any case. I'll try to review as soon as possible, very much lacking...
Yes, fonts can be tricky in that regard, we even had an issue with different versions of the Liberation fonts at some point. For that reason the test cases come...
"Code structure" seems unrelated to the first suggestions, so that needs to be split out or removed from this issue. "Ligatures" What does that mean in this context? I'm not...