Eric Kelly
Eric Kelly
When ember-table occludes table rows, screen readers can have difficulty understanding the table since all the rows are not present in the DOM. We can help them out by providing...
This removes a workaround that was added for a bug in `babel-helper-compilation-targets` that was fixed upstream and is included in the version that is required by this addon. The bugfix...
This updates the `map` utility so that it passes the index of the element as a second argument to the given `map` function. For example: ```js import { map }...
It would be nice if there was a way to override how values are compared inside of `setUknownProperty` without having to override the whole function. For example, we're working on...
This adds support for `optionValuePath` when `multiple: true`. ### Use Case I often want to have a select that is populated with Ember Data objects but only care about selecting...
- [ ] Figure out how refresh tokens are supposed to work - [ ] Pass refresh token to client app
Failing test for https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/222