Ari Porad

Results 45 comments of Ari Porad

@sindresorhus: For some context, the way I usually use `describe`s in mocha is (for example), if I'm testing an object, I'll have one describe per method, and various tests within...

If someone want's to submit a PR, that would be fantastic! Otherwise, we'll try and get this in by `v1.0.0`.

@cancerberoSgx, let's continue discussion here.

I'm going to try to re-write exec using some of my work from #402.

@jedwards1211: Yes... There is no other way to capture stdout from the child.

@nfischer: I would like to suggest that we switch our codebase to babel and es6 first. Then, I suggest that we use promises. Finally, that will let us (or anyone...

Hmm... that's a good point. I just had a really fantastic idea for how to implement sync and async versions of everything really easily: Re-write _every function_ to be async....

@nfischer: I wasn't suggesting that the _API_ is async by default. I was simply suggesting that it might be easier to have the _implimentation_ be async by default, and syncify™...

Hi @scott113341, That behavior is actually intentional. `ShellString` is a bit of a misnomer, `ShellResult` would probably be better. So the `ShellString` itself is whatever the result of the command...