Michael Kerr
Michael Kerr
Hey i'm looking in to implementing this, but i'm not too sure how i get `registerWaiter` within this section https://github.com/ef4/ember-auto-import/blob/e854e2e5f90333fd5816ae8f39a64162912526e3/packages/ember-auto-import/ts/webpack.ts#L39 I tired registering it with registerHelper and importing it with...
At first i tried putting it inside the string and got this ``` ERROR in ../../../../../private/var/folders/0p/qgbj4c3d02s8xrmj556jbx780000gn/T/broccoli-77889vZb3XfrUhmgD/cache-146-bundler/staging/app.js 2:0-45 Module not found: Error: Can't resolve '@ember/test' in '/private/var/folders/0p/qgbj4c3d02s8xrmj556jbx780000gn/T/broccoli-77889vZb3XfrUhmgD/cache-146-bundler/staging' ``` so i tried...
my diff for reference https://github.com/ef4/ember-auto-import/compare/master...Mikek2252:master
@ef4 Hey i'm having another look at this and having trouble getting `import { registerWaiter } from '@ember/test';` to resolve correctly. I though i might need to create some form...
@nickschot would just be the foundation, they would need to be implemented in each plugin, but if it is all good with Chris I'm happy to start them this week
This has mainly been added to visibility for anyone else that has this issue, the work around i have been using is to check isFulfilled, but this is not a...
Im happy to write a fix, but not 100% sure what the best solution would be, in my mind it would be notifying all the related properties instead of just...
@runspired So i just had a look at it again and it looks like i made a small mistake, it looks like this was fixed in **4.7**
Soo playing around with 4.7 and 4.6 it looks like `isLoaded` isn't called until the record is actually loaded in 4.7 where as 4.6 it calls it before. Can't quite...
@buschtoens @rwjblue Is this solution still good? if so is there anything i can do to help get this merged? Happy to write the test for it if i can...