Yosuke Torii
Yosuke Torii

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...