-
-
I am on `1.6.0`, but it appears that this is still an issue on master due to sets being done inside `then` instead of using `yield` and letting ember-concurrency cancel it on destroy. While this error…
-
Guys, as I was working on my current job, I faced so many times about "ordering imported modules" issue in "routes", "controllers" and "components" files. In scenario like this route:
```
import R…
-
Hi guys,
I'm not sure if this issue should be raised here (or even if it isn't something **I** am doing wrong), but I'd rather share what's going on.
Basically, when running `ember deploy [deplo…
-
It would be nice to group tasks via incoming parameter differences, instead of the task as a whole. That way, we could say something like "If someone calls this task with the exact same params, drop t…
-
how do i make this work on my computer ? i run npm init and run ember server , i have bunch or error and i already updated everything, still did not get it work.
```
DEPRECATION: ember-cli-babel 5…
-
I am updating an Ember app from 2.18 to 3.11, we have several components tests, and all of them are failing. I have noticed that if try to show on the screen with assert.async(), components are being …
-
Make compatible with ember-concurrency 3.1.1
Rant: The dependency hell of Ember libraries is the biggest I have ever seen. I just wanted to update ember-power-select today from 6.0.1 to 8.2.0 and …
-
It seems like novice Embereños find it increasingly hard to get started with ember-light-table. Most already struggle with passing a `table` to their `{{light-table}}` component invocation in the temp…
-
If we allow users to sub-class `Row` and let them pass it to [`createRow`](https://github.com/offirgolan/ember-light-table/blob/0edf5d0adace49a63de1eb1cbc52ada0cf4188ed/addon/classes/Table.js#L400-L41…