Jason Tu

Results 17 comments of Jason Tu

@Baukereg Thanks for reporting the issue. I agree that this is a very niche use case (not to mention it's been awhile since you posted 😬 ), so I will...

@fran-worley Ah interesting, will reopen this then. If possible, would you mind reproducing the issue by adding a failing test to `ember-changeset`? It should be possible to include `ember-data-model-fragments` in...

@adambedford I like this idea. We could try to make `Changeset` more extensible (also see https://github.com/poteto/ember-changeset/issues/178), such that consumers of the addon only have to write the "Handling server errors"...

Hey @BillyRayPreachersSon, I'll be reviewing this sometime this week – see https://github.com/poteto/ember-changeset/pull/140#issuecomment-343172398. It's high on my todo list.

Will have time for this on Thursday and Friday.

Ah okay! I will fire away with the PRs should I run into problems. :)

my solution was to extend the notifications service, override methods involving the run loop, and remove calls to the run loop. but this was a long time ago. hopefully that...

Hey @ondrejsevcik, thanks for the kind words! :) I previously tried testing Elm code with Ember component tests ([see here](https://github.com/nucleartide/ember-elm/blob/633526decb57560e0ba3d9717dee0fc054351eb1/tests/integration/components/elm-component-test.js)), but @MattCheely also mentioned using elm-test before on https://github.com/nucleartide/ember-elm/pull/16. With...

@ondrejsevcik `ember-native-dom-helpers` has a `waitFor` helper that might help: https://github.com/cibernox/ember-native-dom-helpers#helpers

Yeah definitely! I'd also be open to adding you as a maintainer if you're interested. 🙂 Just so I'm not the blocker for any of the changes you want to...