Results 8 issues of AJ

It isn't on by default, at least for me, and then it doesn't work. ![devtools](https://cloud.githubusercontent.com/assets/1374327/19168875/1628c296-8be0-11e6-8e87-da327d65d97a.jpg)

Like `fromNodeCallback` and `fromPromise`. It's nice to lift node streams into kefir streams. When a stream is in object mode, it's basically a kefir observable anyway with data, error, and...

enhancement

``` js .config(function (lockerProvider) { lockerProvider .setDefaultDriver('local') .setEventsEnabled(true) }) .run(function ($rootScope, locker) { locker.bind($rootScope, 'session') }) ``` I expected that to mean "root scope and local storage are always in...

What happens when I die? You can't invalidate AJCoin because they were good money over a lifetime of spending and belong to lots of different people now. Is there a...

Would be real cool to have `asset-url` and `image-url` helpers available right in scss stylesheets like with rails. Makes backgrounds possible with versioned images, without ejs.

enhancement

#83 is related. I don't want to put guard statements into my app code, and seems like having it stubbed out should be in the library. ``` js onDisconnect() {...

It seems messy to do this: ``` js tasks.mongodump().then(function () { tasks.zip(config.database, path.join(__dirname, 'dump')).then(function (filepath) { tasks.s3(filepath).then(function () { tasks.clean(filepath).then(tasks.clean(path.join(__dirname, 'dump', config.database))).then(function () { utils.log('debug', 'Done.'); }).catch(function (ex) { utils.log('error',...

It needs a `require "date"` at the top. ``` $ ruby -v ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin13] ``` Want a PR?