Britton Fischer

Results 9 comments of Britton Fischer

I pushed a fix for this change and updated the unit testing accordingly. You can see the new unit testing run here: https://github.com/nottirb/Fusion/actions/runs/1599013617

Worth mentioning that this has been deferred to v.0.3, and it remains to be seen whether or not we actually want this. Won't be making any updates to it until...

If we create a singleton that manages the RunService connections, and all connections go through that, it should be fairly easy to add something like an ``:Override(Signal)`` method. That being...

> it's likely a really bad idea to introduce this kind of ambiguity into a codebase anyway when everything is meant to be declarative, final and guaranteed to hold at...

~~Still a bit confused on how we want this implemented. Do we want this to be ``Fusion.Statify(state | constant)`` or do you want to add something like what @filiptibell said...

The optimization basis was specifically in reference to memory usage, rather than speed. That being said, I misunderstood what you meant by this, and thought you were specifically referring to...

Was toying around with some stuff and came across some issues that might come up, should an ``Observer``'s update function be allowed to "yield". I say "yield" here because we...

It's worth mentioning that if you check /gh-pages there isn't anything other than a README.md The API is located on javadoc and can be found here: https://javadoc.io/doc/io.github.typhon0/AnimateFX/latest/index.html I would still...

I'll try and get to this at some point over the next few days, I just started college again and have some interviews scheduled so I'll fit it in whenever...