pavel
pavel
At least on the recent version, which is 1.5, when you use Behave.js with AMD, it still creates global variables `Behave` and `BehaveHooks`, so you can add hooks via `window.BehaveHooks`.
@tapio Wouldn't it be better to have `--inject-text` and `--inject-file` for the sake of having CLI and API usage on par?
@vqvu It seems like highland lacks a notion of "success". Can you take a look at the following example. I just don't want to create a similar issue: ``` javascript...
Thanks!
I referred to "getting processed all the time". My opinion was rushed out and after some thinking I have to say that I don't see any reason for `fork` function...
Forgot about `observe`. Thanks.
From spec: > The received-by field is normally the host and optional port number of a recipient server or client > that subsequently forwarded the message. This means `received-by` is...
Just wondering, why `sequence` does not use `consume` as a base of implementation? Something like this: ``` javascript function consumeStreams(stream) { return stream.consume(function (err, data, push, next) { if (err...