Gargafield
Gargafield
You can use a table of States. Or computed's if you want to change it conditionally.
Isn't the Fusion table read-only?
> > I personally prefer the first option as it is very similar to the API for normal properties. > > Agreed - I don't personally see many use cases...
Adding on to this, it could be nice if you could disable/pause the spring scheduler. I have a lot of background spring updates, that are not always shown to the...
> > Adding on to this, it could be nice if you could disable/pause the spring scheduler. I have a lot of background spring updates, that are not always shown...
So I came up with this stupid idea. (But I'm still going to say it 🙂) What if all data has a :get function. This doesn't mean it's a state...
While a fun experience creating a plugin, I've noticed that it's not ready to publish and I won't be able to update it for the time being. I might come...
I think it's better to not include `__index`, since (maybe in the future) a user could implement this behavior themself: ```lua local MyClass = { Foo = "Bar" } local...