Doug Luce
Doug Luce
Cheap & cheesy. Bummer that meta isn't so.
Is there an existing facility to specify different defaults for command line options, either via config file (in XDG user dirs or otherwise) or via environment variable? For instance, I'd...
Fix spelling mistakes, improve English grammar, normalize formatting. This is purely for the README and should not conflict with any pending pull requests.
I've redone the tests in Mocha with Supertest as a harness for Express. I think I've addressed a couple of problems that the tests had. I hope this may be...
This message was given when rate limiting is hit: ``` express deprecated res.json(status, obj): Use res.status(status).json(obj) instead node_modules/express-rate/lib/rate.js:61:17 ``` The deprecation is mentioned in https://github.com/strongloop/express/releases/tag/4.7.0 Also update the docs and...
It'd be way handy to have a way to use different Growl settings. I've opened https://github.com/fgnass/node-dev/pull/93 as one way to do it.
In addition to https://github.com/arithmetric/awespottr/pull/7 that allows for multiple instance types to be specified on the command line, I've a general clean-up and refactoring at https://github.com/allenluce/awespottr/tree/es6ify ready to go.
From `https://vids.horph.com/videos/update/{videoId}`, I'll scrub forward a bit to select a new thumbnail frame and hit "Use this frame." No visible response in the front end (button does nothing) and this...