Yosuke Torii

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

I'm doing the same thing. Separating categories by new line seems good for reading. So, it would be nice to change 2 or more new lines to 1 new line....

For your information, I just found this statement from Python style guide. https://www.python.org/dev/peps/pep-0008/#imports > Imports should be grouped in the following order: > > 1. standard library imports > 2....