Ty Cahill

Results 7 comments of Ty Cahill

@danielspaniel does this mean ember-data-change-tracker is now abandoned?

@ptgamr did you ever find a solution to this? I'm running into the same thing upgrading from Ember 3.24 to 3.28.

Turns out the problem I ran into was actually an older version of `ember-moment` that used `ember-macro-helpers`, which is the add-on that was really breaking Ember 3.27. It was all...

For what it's worth, I prefer having a single file. Perhaps we can identify the problem being solved by splitting things into multiple files. There may be other solutions available.

Yes, but what exactly is the problem being solved? Is the problem readability and ease of use? If so, what makes it difficult to read and use? Jumping between TOC...

I just wasted way too much time troubleshooting why `ember-pikaday` broke during my Ember 4 upgrade only to discover this fix has been committed to `master` but a new version...

I'm in the process of upgrading our project to Ember 4 and yes, `ember-pikaday` broke because of the `ember-modifier` version. Your post here helped me figure out the problem and...