Richard Livsey

Results 6 issues of Richard Livsey

Would be good to push a new version to rubygems if & when the outstanding pull requests have been accepted.

...gument This should provide a fix #7 whilst being backwards compatible with existing style builder definitions

Slightly different implementation to #3, feels a bit more explicit and obvious as to what's going on when reading the source. Also has tests.

The latest Firebase client [supports atomic multi-location updates](https://www.firebase.com/blog/2015-09-24-atomic-writes-and-more.html) ``` javascript var ref = new Firebase("https://.firebaseio.com"); // Generate a new push ID for the new post var newPostRef = ref.child("posts").push(); var...

planning
feedback wanted

Properties are cached by default when `Ember.CP_DEFAULT_CACHEABLE` is true, which will be the default in Ember 1.0 This causes the `parentView` property to never change, causing `content` to be set...

Most of the time if a job fails it's fine to retry later, however some things aren't recoverable and there's no point constantly retrying. For these things I still want...