Santiago Ferreira

Results 48 issues of 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...

bug

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...

enhancement
work in progress

The idea is to cleanup the localStorage as much as possible.

enhancement
work in progress

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...

enhancement

I didn't try it but I'm almost sure this is not working with fastboot

enhancement

For acceptance tests and for unit tests.

enhancement

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) =>...

bug

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...

enhancement

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';...

enhancement

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...

enhancement