Clemens Stolle

Results 19 comments of Clemens Stolle

Hey @nlf, any chance getting this merged? It's not a big deal, but would be nice to get the Hapi ecosystem cleaned up.

Hey there, thank you for this PR. What's the use case for this feature?

the `columns: true` option doesn't help you?

Sorry for not responding. I'm looking into into it right now!

so, as far as i understand it, we have the following problem: ``` js '"' === '\"' // true ``` The escaped and the unescaped quotation marks are the same...

I'm not saying `\` isn't a thing, it's just that JavaScript interprets it as an escape character. Create two strings in your browser console or node REPL, one with backslash...

Aren't Promises the way forward? Maybe even async functions with babel?

Is there anything we can do to help resolve this issue?

I've seen some improvement when going from `10.0.3` -> `10.0.5`, but there remain cases where this bug occurs.

I tried to get it running the way @rkleine described. Definitely got much further than I did on my own :D Unfortunately clouseau crashes the instant I `curl http://localhost:5984`, though...