Yosuke Torii

Results 26 comments of Yosuke Torii

@Bastes > you loose all benefits of elm/url parsing and there is no easy drop-in replacement I think you can still use elm/url parsing. `Url` is just a type alias,...

Is this not the solution for you? ```elm case urlRequest of Browser.Internal url -> if isReallyInternal url then ... else ... Browser.External href -> ... ```

Thanks for your feedback :) Have you tried filtering messages? The shown messages are currently limited up to 60, but I think this is enough if you filtered out frequent...

Oops, this code does not solve the problem. The upper limit is still 60 if this style is added. (60 comes from my performance concern, not measured though.)

Hi @pinksalmon, thanks for your feedback. Yeah, I'm aware of it. Probably it will be fixed in next version :)

I added "title" attribute for each long string value at 1.0.13, and a scrollbar at "Model" panel at 1.0.14.

I just realized I mistook your message in the mailing list ...like "grouping is just hard". Sorry for my careless read. Okay, your idea seems better. I agree, the less...

> The threshold for grouping could be the percentage of messages of that type, or if there are N of the same message in a row, or maybe something else....

@evancz Some thoughts about grouping here. Any comment on this? ## Senario The following problems should be solved. I think the last one (Ping Pong) is hard by simple grouping...

![debugger-group-msg](https://cloud.githubusercontent.com/assets/2568148/21467787/9c06f654-ca3c-11e6-85e4-522d71ab7830.gif)