TJ

Results 725 comments of TJ

IMHO it's still easier to reason with: ``` js exports.show = [ loadUser, ensureRole('admin'), function(req, res) { if (req.format == 'json') { ... } else { ... } } ]...

too bad they're not like lua tables we could just have both cleanly. for now i'll probably merge the one that doesn't break backwards compat

it's not discontinued, im just not a huge fan of this sort of API

Cairo is a pretty big pain to install. I don't recall why it's even in this repo haha, just Phantom should be fine. This repo is a little outdated but...

socket.io depends on it as a non-devDep? I agree it's annoying, no good substitution for now though. I wish npm could pass a flag to ignore it somehow since it...

hmm well for testing it should be in devDependencies

looks like he does have it in dev-deps

well yeah if you npm install within the directory, it installs the dev deps so you can work on the project, i've never used npm link though

would be nice if some deps could be specified optional in npm, `npm install expresso --without-jscov` or something. I have a half finished pure-js version of jscov so hopefully that...

not against it, just need to clean up the lib and implement a few more things first. TBH I kind of like the flatness though, keeps things deadddd simple