Ondrej Sevcik

Results 21 comments of Ondrej Sevcik

That would be very much appreciated. We're on a version 8 and it's hard to tell what has changed without looking into the commits at the moment.

Yeah, I had a same idea and now I'm trying to make it work. If I find solution I will post it. Meanwhile any other ideas are welcomed :)

I did it this way and it worked. But it's hard to maintain. You need to synchronize step configuration in each frame. So plugin would be helpful :+1:

Would love to see this merged. The issue lives now here https://github.com/elm/svg/issues/17

It's the Elm type system - `Svg.Attribute` is not the same as `Html.Attribute`

If I remember correctly, there was an issue during run-time then.

One possible solution - custom event https://discourse.elm-lang.org/t/custom-elements-extend-svg-real-coordinates-on-mouse-events/1762/4

Hi @jokob, interesting idea. How would you implement that?

When I do acceptance tests on a page with elm component, sometimes it fails and sometimes it passes. I guess it's because Ember run loop is not waiting for changes...

Yeah, that would help, but it would be great to solve this in general to avoid using `waitFor` helper in every other test