Nikzed
Nikzed
I have the problem when I use "Install update". It's not opening back the Cursor app. I don't have any visible error but I'll attach the log. Also related issue...
[Save instances in a place as individual model files](https://lune-org.github.io/docs/roblox/2-examples/#save-instances-in-a-place-as-individual-model-files) example shows us this: ``` local fs = require("@lune/fs") local roblox = require("@lune/roblox") -- Here we load a file just like...
### Custom Node Testing - [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help) ### Expected Behavior Normally...
Hey, I just started to read your documentation on Boxy and found out the `Size` you are returning in [BoxyId Example](https://boxy.wiki/custom-boxy/boxy-id/) has the next code ``` return Size( max(helloSize.width, worldSize.height),...