Aaron Renoir

Results 11 issues of Aaron Renoir

It appears that this addon is not looking for stylesheets in the Octane classic file structure. ``` app ├── components | ├── tags.js | ├── tags.hbs | └── tags.scss ├──...

Since upgrading to version 3.1 my application fails to retry the pre login captured transition. The attemptedTransition is set in the session service but it always fails on retry. Any...

triage

I am upgrading from 3.0 to 3.1 and it appears that the preferred method to authenticate routes is to nest the routes under an authenticated parent route. So in order...

I am trying to setup service workers for an ember 3.4 app. The app is served from a sub directory '/mobile/' so the config/environment.js `rootURL` is set to '/mobile/'. In...

What would cause the `loaded` callback not to fire? Is there a error callback that we can hook into? The loaded callback runs half the time the other half it...

We are using ember-css-modules and postcss-import to to import some shared scss files. These files are stored in the vendor folder of an ember addon. Ember cli is reloading when...

Currently the select-item action fires when the selection object is a promise and it resolves.

I am running into issues when the content changes during tear down of the component. It appears the `_onItemRemove` function is being called thus setting the value to null. I...

IMO the best feature of the cp-validations addon is the ability to conditionally validate attributes based on other attribute values. This feature is lost when the validate function is built....

Publish current changes to a 2.0.0-1 pre release. - [ ] bring dependencies up to date with ember 5. - [ ] fix failing tests - [ ] update change...