Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upImages mixing #132
Comments
jastice
referenced this issue
Jan 24, 2015
Closed
Hotswap kind of broken by this signal-switching code #74
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jastice
commented
Nov 29, 2015
|
Confirmed same behavior for 0.16, and updated example code. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
evancz
May 11, 2016
Member
Sorry this did not get attention til now! The Graphics.* modules now live in evancz/elm-graphics so I am trying to get stuff migrated over there. I'm hoping this will make it easier to get help on stuff like this!
|
Sorry this did not get attention til now! The |
evancz
closed this
May 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jastice commentedJan 23, 2015
Not sure if this is a compiler or core library issue or programming error, I haven't identified the cause yet, but it seems like it shouldn't happen due to programming error. Also I have a hard time finding a good description, but when running the example code (a simple slide-like presentation) below, this is what I observe:
imageis followed by afittedImage, when both are regular or fitted image, they show up as expectedAlso worth noting: This setup somehow breaks hot reloading in elm-reactor. When changing something, often I have to manually reload for everthing to work.
(using Elm platform 0.16)