Michael Kerr

Results 6 issues of Michael Kerr

- `Ember Simple Auth: The AuthenticatedRouteMixin is now deprecated` - `Ember Simple Auth: The session service's events API is deprecated; to add custom behavior to the authentication or invalidation handling,...

### Reproduction Please provide one of the following: This branch has a reproduction, all that is requires is to access a model through realtionship and check `isLoaded` before it has...

## Description ## Notes for the release

:label: bug
backport-old-release

This PR is in response to this feature request : https://github.com/mansona/lint-to-the-future/issues/21 This adds a remove command to clear away any file-based ignores of linting rules, this implementation requires each plugin...

Creating or updating a v2 addon with this blueprint gives an error for the linting in VS code. with the following error `Parsing error: Cannot find module '@babel/plugin-proposal-decorators'` The error...

``` this.intl.t(`translation.key`) ``` will still show translations are unused this syntax should work the same as ``` this.intl.t('translation.key') ```

bug