Results 26 comments of David Binetti

I'm way too terse; apologies. Consider these four models: ``` // Person export default Model.extend({ name: attr('string'), contestants: hasMany('contestant', {async: true}), }); // Award export default Model.extend({ name: attr('string'), contests:...

Done. Result in browser: [image: Inline image 1] awardName in controller: [image: Inline image 2] On Sat, Apr 1, 2017 at 6:13 AM, Roland wrote: > Could you try: >...

So while poking around trying to solve #47, I noticed this interesting behavior that might indicate where lies the issue: When using the `awardName` computed alias above, if I force...

Very well. I'll keep this open until then.

well, in trying to reproduce with the old library I can't! some "anti-regression" somewhere else must have fixed it. not sure if I should close this, or use branch, or...

So I was able to replicate this -- I've had a need to copy essentially the same functionality, and this time I can reliably reproduce this issue. I've tried the...

hm. it's not giving me the option to re-open. @RSSchermer should i start a new issue?

i'm so sorry i'm late in responding. i've moved to yarn, but yes i do think i forced the new package and it didn't work i can try again. if...

This issue is relevant to me. Was trying to get this accomplished in the `done()` method until I saw this. Validating the wizard as a whole strikes me as a...