Kevin Pfefferle
Kevin Pfefferle
It appears as though compiled CSS is not including the version path segment in ember-cli-addon-docs deployments that use versioned docs. See https://github.com/Addepar/ember-table/issues/593 for an example. The ember-table demo there is...
I have a number of acceptance tests for my application that `await` a `click` on an ember-table header cell to activate column sorting and then `assert` against the table contents...
I have an ember-table where I need to compute the selected row based off of the current route (because the table serves as the master in a master/detail view layout)....
While a table may generally want to use the ember-table row selection features, sometimes we want some rows to be selectable and some to not be. For example, I may...
Importing `htmlSafe` from `@ember/string` has been deprecated in favor of importing it from `@ember/template`. When deploying my app running on Ember 3.28, I get an error when I try to...
### Description When attempting to upgrade to 4.7.1, we have a couple of tests failing with the following error: ``` Error: Assertion Failed: You attempted to update `ref` on `Tag`,...
In our Ember app running 3.28, we get the following Ember Global deprecation warning during build: ``` Prior to v7.26.6, ember-cli-babel sometimes transpiled imports into the equivalent Ember Global API,...
See discussion at https://github.com/testdouble/feedback/issues/19 Maybe a wiki page with a setup walkthrough?