LemonBoy
LemonBoy
My preference is for the second option minus `float` and `comptime_float`, adding floating point numbers in the mix is not worth it IMO. > In practice frame and anyframe can't...
The [orange site](https://news.ycombinator.com/item?id=16262469) suggests that the file you were trying to delete was already queued for deletion, but something else (indexer, AV, the very same Zig process maybe) was still...
What's the output of `eject -v /dev/whatever`? Adding the whole code of `eject.c` into ldm is a no-go and you can't use the callback facility as the scripts are not...
> Is there a way to disable noexec for one or all mounts? You should be able to write an entry in your `/etc/ftstab` enabling the `exec` option for your...
Sorry for the late reply. `ldm` is a thin automation layer built on top of `udev` that abstracts away the boring bookkeeping you'd have to do by hand in a...
This issue was [recently fixed](https://github.com/ziglang/zig/pull/7642), it should build just fine now.
> Unfortunately it still throws the test errors on GH for Ubuntu, not sure if this is an error in the code or if the workflows need to be adjusted....
With the latest commit the redraw code is called less times and is actually correct even in presence of perspective distortion, see the image below to see how the grid...
The latest changes fix the projection problems I've noticed and greatly reduces the axis recomputation. The graphical results are good in orthographic mode, in perspective mode there are still some...
Many (if not every) CAD program show only the local Z axis for planes, I actually never felt the need to know where the other two axes are pointing towards....