James Herdman
James Herdman
Initial investigation suggest that 4.2.5 does not resolve this problem.
Further, a `describe` with nested cases (i.e. `it`) do not show green arrows either
If someone is willing to guide me a little I'm happy to carve out some time to fix this.
Is there anything I can do to help with this pull request?
@rwz it may be prudent to edit the README and seek help maintaining this gem, or explicitly mark it as deprecated. Many thanks for the code! (Sadly I cannot help...
No worries! Thanks for responding.
```javascript findVehiclesTask: task(function * () { while (true) { yield timeout(POLLING_TIMEOUT); return this.store.findAll('vehicle'); } }).cancelOn('deactivate') ```
@Houdini sorry to pile on in this PR, but it'd be helpful to know the state of this library.
I ran into this problem today. Is there anything we can do to help here?
I started #179 this morning. I wouldn't mind a little help with some of the test failures.