Ben Ng
Ben Ng
Specifically the login button and "save this post" button in the editor.
There should be a way to modify post dates. I'm thinking it should be next to the draft/published toggles.
Upgrades
It'd be nice if users could upgrade their blogs easily with a command like `scotch update`. Otherwise all the great things we're adding aren't going to be available to our...
I think the documentation is incorrect because we do not have lazy apps enabled and we are able to start a chain reload with the master FIFO.
Will probably use [net](https://nodejs.org/dist/latest-v7.x/docs/api/net.html) for this. Resolves #10.
Socket.IO already has a P2P channel. Getting it working with gaggle would resolve #9, at least on the client side. Further work (#12) would be required to do the same...
Just a small patch to fix GCC minification
This module is incompatible with code that checks for `obj instanceof Backbone.Collection`. Is there a reason why these collections aren't simply extended from `Backbone.Collection`?
I can't bulkify code that looks like this because static-eval is throwing: ``` js var bulk = require('bulk-require') , _ = require('lodash') , conditions = bulk(__dirname, ['/*.js']) ``` However, this...
I can't bulkify code that looks like this because static-eval is throwing: ``` js var uninitialized , bulk = require('bulk-require') , _ = require('lodash') , conditions = bulk(__dirname, ['/*']) ```...