Daniel Goertzen

Results 78 comments of Daniel Goertzen

I just ran into this while trying to do the in-game BIM tutorial in FreeCAD 1.0. It was a little discouraging that the very first thing you are directed to...

Are there any usage examples anywhere for RawM? I'm trying to port from `servant-rawm` to current `servant` and am stuck.

I figured it out in the end. `servant-rawm` had a bunch of file server functions that worked directly with RawM so I had to do some digging to find alterantives....

Hi, has there been any updates on starting a serial getty? I am not getting a serial getty despite having this: ``` boot.kernelParams = [ "console=ttyS0,115200" "console=tty0" ]; ``` But...

+1 for gltf in particular as it is the preferred format for threejs. stl would also be useful to me.

I did some testing and found that removing the parent element still resulted in an abort, but removing the grandparent did not cause an abort.

HTMX has a custom event `'htmx:beforeCleanupElement'` that is sent to each element as it is disabled or removed. Would something like that make sense for Datastar? Such an event would...

My understanding of this code is pretty new and could be way off, so take this with a grain of salt: One possible problem I see that is that the...