Strider

Results 91 comments of Strider

From my perspective, `done` callback is a mess and it's not unusual to forget it. I always settle my system, defining something like `drain(Stream) → Promise`, then making all tests...

@nordfjord with that in mind, my strategy still can be applied. Before `async/await` and arrows I'd just used `function () { … }` and return promise. mocha supports this, while...

@nordfjord > `s.end.end !== s.end` though You mean it is not implemented that way in mithril or that you are contra it? @c-dante idea is implementable via getter too (end...

I've noticed that type signature for `end` is different from regular streams (Flow). I believe this is because of end streams have no end. In my typed code sometimes I...

@dmitriz, he notes on the order of called functions, not the function itself.

@dmitriz what do you mean by «simultaneous» here?

@dmitriz, yes, but this is irrelevant to what TS mentions. He just notes on that `on`-subscribed functions are called in reverse.

@c-dante, you engage important question, but I think the situation is way bigger. I think this issue will be naturally resolved (as a consequence) when there will be any consensus...