Adam Hull

Results 30 comments of Adam Hull

FYI, nodenv has a [passable plugin api](https://github.com/OiNutter/nodenv/wiki/Plugins) copied from rbenv. It was pretty straightforward to build [a plugin to parse package.json engines](https://github.com/hurrymaplelad/nodenv-package-json-engine) after @assaf did all the hard work :)...

I'll check it out, thanks @ljharb, James plugged Testling at his [MDD talk](https://github.com/substack/html5devconf-2013-talk). Twice in a week, must be something to it :)

Dug a bit into running the suite on Testling. There's a bit of work to do to [report browser nodeunit tests via TAP](https://github.com/caolan/nodeunit/issues/201). Feeling a little locked into nodeunit to...

@ljharb cobbled together [nodeunit-browser-tap](https://github.com/hurrymaplelad/nodeunit-browser-tap) after silence on the [nodeunit issue](https://github.com/caolan/nodeunit/issues/201). Next step is getting browser-forms test running on testling. Should work for vanilla forms tests too if you're interested. Want...

@evantill looks great! Mind updating the readme? I'm leaning towards not deprecating the old configuration style, instead supporting both. I'm guessing a single feed is the most common case. The...

Default key makes lots of sense when there are multiple channels configured. Just want to make sure the simple case stays simple. Multiple configuration styles add a little complexity, but...

Hi @tcelestino! There's nothing baked into this plugin to remove images. You'll have to transform the rendered content to either construct absolute paths or remove the image tags.

Hi Kunjan! Sorry to hear something's busted. I'm running this plugin alongside [email protected] without issue. Some more details would be useful for troubleshooting. Do you get a stack trace with...

Sure, no worries. Safe travels!

For the curious, [goodeggs/teacup](https://github.com/goodeggs/teacup) is a CoffeeKup descendant that maintains lexical scope among other niceties.