Roger
Roger
### 🐞 Describe the Bug When using LinkTo in a component and we want `@model` to be optional, the href is not being generated if no model is provided. ###...
Hi! Thanks for creating this addon, it is really helpful for the project that I'm working on. Looks like it is not receiving updates for a while and Ember now...
I have an app running in Ubuntu 22.04 WSL through puma-dev and another app running on localhost:3000. When the app on localhost:3000 tries to redirect to the app on puma-dev...
This deprecation is being thrown when we use an array of ember-data records as rows: _deprecate.js:131 DEPRECATION: The `objectAt` method on the class RecordArray is deprecated. Use the native array...
I'm writing an Ember App and an Ember Addon that will be used in the app. The addon uses Bootstrap and I want to use the [Alternate Addon Usage](https://github.com/adopted-ember-addons/ember-cli-sass#alternative-addon-usage) approach....
By following the instructions in the [Localization](https://github.com/adopted-ember-addons/ember-pikaday#localization) section on Ember 4+, we see this deprecation warning. I'm not sure if this is fixed already in the master branch, but we...
I have an app running in Ubuntu 22.04 WSL through puma-dev and another app running on localhost:3000. When the app on localhost:3000 tries to redirect to the app on puma-dev...
My app uses embroider and I was trying to fix the Ember 3.28 deprecations by upgrading ember-animated to the latest version. In my app we use it in the main...