Yosuke Torii

Results 26 comments of Yosuke Torii

![debugger-group-msg2](https://cloud.githubusercontent.com/assets/2568148/21585938/5031f9d6-d10d-11e6-9413-1cd08782bf73.gif)

Thank you. I've sent a [PR](https://github.com/elm-lang/virtual-dom/pull/77) to virtual-dom. That also summarizes how grouping works.

Thanks for the feedback! (I just saw Slack too) I'm not sure I can spend my time for this anytime soon. So feel free to do a PR! Some thoughts...

Thanks! All ideas sound good. I'll try them.

The most interesting thing for me is the change from `Task` to `Cmd` in each page 🙂

Now I found it not easy to fix... Express replaces the request's `__proto__` with another object which is similar to IncomingMessage but is not a Stream. https://github.com/strongloop/express/blob/master/lib/middleware/init.js#L18-L19 So, your IncomingMessage...