Ken Loeffler
Ken Loeffler
I'm a little concerned that there are two different ways to specify IDs... it could be tricky to continue to ensure that everything stays consistent. This is mostly caused by...
Let's also make sure to close the relevant issue for this feature: https://github.com/rojo-rbx/rojo/issues/427
I think we're pretty much done here - just need to fix angry rustfmt, and I'd like to try to break this one more time. I also noticed a few...
Okay, so I can't find any more issues directly related to this PR, but there remain some problems one can run into when using the feature. The first one I...
Yes, an issue will be fine
Can you also include a zip of the project where you've run into this problem, your operating system, and Rojo version?
Does the problem in the linked issue only occur for changed class names? We destroy instances for normal removals, too
So there is a problem with the above approach: sync rules mean that project files won't necessarily have `.project.json` as a suffix, meaning that such files must contain a `name`...
> Even plugins that aren't local would still be writing a secret to an unencrypted file. I think we can revisit this when Roblox releases Secrets. Does anyone have any...
The cause of this is ultimately #363, but the warning only shows up now because of a change in rbx-dom: https://github.com/rojo-rbx/rbx-dom/pull/392. The `MaxDistance` property in the provided model file is...