Closed joelcoxokc closed 8 years ago
@joelcoxokc I think you will need to rebase this on the latest version in master.
@joelcoxokc Can you rebase this on master? We can't merge it as is.
@EisenbergEffect Yes I will
Just to clear up something from the description of this issue, #28 is already solved in the most recent release. Glad the code is being cleaned up whether the fix is still needed or not.
I'm going to close this for now. We've had some big changes and a couple more fixes have come in. We would like to rework the innards. It's probably better to do it as a new PR.
@EisenbergEffect Might any of those changes fix the super serious repeat bug: https://github.com/aurelia/templating-resources/issues/183
I've had to stop demoing my project to people because the first thing they raise is how badly the lists become out of order :( Our team is worried we made the wrong choice with Aurelia :(
@Ohjames one of the greatest things about Aurelia, is that it's pluggable and extensible. The CSS animator is obviously not as extensive a something like GreenSock. I personally dont think the animator should determine whether you made the right decision on a framework.
Let chat some time this coming weekend, and maybe we can nail down the bug.
@joelcoxokc The issue isn't with the animator but to do with the way the framework interacts with the animator leading to a desync. I spent about 30 hours trying to fix the various desync issues in aurelia leading to three PRs that are now part of Aurelia... but this last desync issue really worries me. I think it might involve some really significant changes.
What exactly do you mean by desync, I think I have an idea...
Or do you have a reference where you recently discussed? On Mon, Feb 29, 2016 at 9:07 AM Mr Friend notifications@github.com wrote:
@joelcoxokc https://github.com/joelcoxokc The issue isn't with the animator but to do with the way the framework interacts with the animator leading to a desync. I spent about 30 hours trying to fix the various desync issues in aurelia leading to three PRs that are now part of Aurelia... but this last desync issue really worries me. I think it might involve some really significant changes.
— Reply to this email directly or view it on GitHub https://github.com/aurelia/animator-css/pull/37#issuecomment-190292590.
@joelcoxokc Here is the issue for the bug @ohjames referring to https://github.com/aurelia/templating-resources/issues/183
Resolves issue from #28 Also Please see notes from #28