Santiago Ferreira
Santiago Ferreira
Instead of throwing an unhandled exception it would be useful to throw a custom exception with helpful information. `You're trying to use the preferences computed property in a class that...
The idea is to showcase the addon and let the user test it in different browsers. It would be great to use the tests/dummy site for this. The app could...
The idea is to cleanup the localStorage as much as possible.
Right now the API to interact with preferences from the application code is very limited. The idea is to add advanced methods to the service so we can execute other...
I didn't try it but I'm almost sure this is not working with fastboot
Right now you have to create a initializer with the following content to inject the service in ember-1.12.0 applications ``` js export function initialize(container, application) { ['route', 'controller', 'component'].forEach((type) =>...
The idea is to use this addon to manage low priority user configurations, this means that it's preferable to lose a configuration value than to raise an exception to the...
Local storage notifies every change so we could use that to sync browser tabs. https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API Here's a quick demo on how to use it ``` js import Ember from 'ember';...
We need to give the user the possibility of avoiding automatic injection of the `preferences` service in all routes, controllers and components. Also, we need to give the user the...