Rich Brown

Results 196 comments of Rich Brown

Would you suggest a few alternatives? Thanks.

I'm not sure if this is the same problem, but on my OSX 10.10 computer, `heroku` didn't seem to be installed. `which heroku` gave no results. I was able to...

Thanks for the speedy response. Are there plans to update the released plugin?

Answered my own question. Parameters to .then() must be (done, data)... ``` //... readFile("/Users/richb/meaningoflife.txt") .then((done, data) => { console.log("Read fine...", data) }) .or((err) => { console.log("Error", err) }) ``` It...

Thanks for the speedy response. I'm new to promises/ASQ/etc. and don't fully have a sense of how to "speak in Promises" versus how to "speak in asynquence". Here are a...

OK. I will take some time to see what I can re-create and file separate bugs as I nail down test cases. (I was in the throes of starting with...

Responding to the items above: I believe the doc's are correct - my troubles with installation came from misreading the docs. A couple things would make it better: a fully-worked...

also... s/passsed/passed/g

Thanks for the PR. I'll have time to look at it in a week or so. As for the slow data rates after enabling fq_codel, I would post a note...

**Update:** Further rummaging around in `/docs` brought me to https://github.com/obedm503/bootmark/blob/master/docs/markdown-cheatsheet.html, which offered the following snippet that got me on the air. ``` $.fn.bootmark.options.html = { theme: 'journal', toc: false };...