MotionlessTrain

Results 108 comments of MotionlessTrain

The value actually changes. At the moment Parent.svelte is being mounted, Child has not been mounted yet, so the value is `undefined` at that point. Moments later, when Child is...

I’m starting to mentally prepare for all questions why the scan tool and shape tool are not working on a newly set up server Maybe the crafting recipes of those...

That would help, indeed

That has to do with how spreading works in JavaScript. Svelte makes a getter on the props object, to keep the size in sync (you can see that in the...

That is because again, first JavaScript changed the getters to the current values, before passing it to spread_props. Reactivity is lost there Ocean-OS’s solution retrieves the default property at the...

There were two reports from this on Discord as well. One with a 2-3 minute freeze, the other 5-10 seconds (when switching colony packs to compare town hall)

To properly diagnose your issue the latest.log is needed. You can generally find the log in your game or server directory under the logs folder. The file latest.log is most...

From what I noticed myself, and from what I gathered whilst helping someone on discord, it looks like the builder is not allowed to emergency teleport themselves away, when they...

The dynamic tree compat mods that were being used seemed to be the issue

> +1 This happens for tags as well. Maybe the compiler continues parsing for svelte within template strings. > > ``` > > let example = ``; > > >...