Martin Janiczek

Results 115 comments of Martin Janiczek

@drathier I couldn't find any "hanging" fuzzers. Issue #132 is probably relevant here: it says that problem is resolved. So, the reasons for removing `Fuzz.andThen` are, I think, either based...

Note this workaround doesn't work with `--optimize` builds.

virtual-dom has recently been fixed; this now doesn't work in non-optimized builds either. Here is a way to have bookmarklets in Elm via WebComponents: https://ellie-app.com/hwbBHmqLQ8Ra1

This is a bit of documentation I've wrote in my code; might be helpful wrt. different wording etc. ```elm {- Difference between mouseEnter/Leave and mouseOver/Out: Imagine you have : ------------...

@Saumya29 I believe this waits on some feedback from @evancz. But you probably can make a PR that adds that doc comment here: https://github.com/elm/html/blob/1.0.0/src/Html/Events.elm#L22 ie. something like ```elm {-| #...

Yes please. This is very common and showing both types at the same level of expansion would help greatly.

We have (kinda) fixed the problem in `elm-color-extra`. - `Color.Convert.colorToHex` still ignores alpha - `Color.Convert.colorToHexWithAlpha` generates `#RRGGBBAA` when `alpha /= 1`, `#RRGGBB` otherwise. The reason for this is [low browser...

I just figured it would be wise to add some source code :) Here's the Ellie: https://ellie-app.com/7RDwvBQ5Ja1/2

Right, I was able to do `Container.responsive` without the legends margin like this: ```elm LCContainer.custom { attributesHtml = [] , attributesSvg = [] , size = LCContainer.relative , margin =...

I have this issue also. Can I somehow help with debugging this?