Brad Overton
Brad Overton
This could have been fixed already, but should be fixed _for sure_ in `@lint-todo/utils` 13.1.1 https://github.com/lint-todo/utils/pull/578 I've posted a PR for ember-template-lint to update to it https://github.com/ember-template-lint/ember-template-lint/pull/2955
The issue was that certain commands were not applying a newline to the end of the file, depending on what version you were using. Then, after that, if you did...
@marcolink is this useful or should I close it?
Would be great to see this fixed for a patch version. I did give it a go, but was only able to come up with the failing test.
Thankyou! Can confirm underlying issue resolved in 10.9.0+
I wouldn't hold your breath on getting this merged, it seems the maintainer is a bit busy. Lots of other good PR's not getting merged or even responded to. It...
3.28 for my project, but my goal is to update ember-data-factory-guy to ember 4 and ember-auto-import 2 I don't actually use this Django adapter addon personally, but I do use...
Now that ember-concurrency 2.3.x includes the async "taskFor" syntax for e-c tasks, this issue's probably going to come up a bit more as folks move to the new syntax For...
Actually, it turns out the types is the smaller problem now - the existing methods of using `waitFor()` with e-c don't seem to work with the new syntax. For simpler...
For anyone watching this issue, this PR when merged should resolve it. Is anyone here able to merge it? https://github.com/emberjs/ember-test-waiters/pull/459 Will need e-c 3.1.0 and the syntax is ```js queryStats...