You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
Another developer and I independently discovered a problem. We each made applications that load a large image. When displaying the large image however, the Elm app would only display most of it; most of the bottom portion of the image would just be gray. We thought it was our code, but I discovered that if I use Elm-Reactor just to serve up the image, the problem is still there. I made a simple html file that just loads our large images and there was no problem. The problem persisted with multiple large images and multiple file types.
Elm Version
0.18
Browser
I experienced the problem in Chrome and Firefox.
Reproducing
Put a large image (>1mb) in a directory, and run Elm-Reactor in that directory. Open up localhost:8000/.
The text was updated successfully, but these errors were encountered:
Another developer and I independently discovered a problem. We each made applications that load a large image. When displaying the large image however, the Elm app would only display most of it; most of the bottom portion of the image would just be gray. We thought it was our code, but I discovered that if I use Elm-Reactor just to serve up the image, the problem is still there. I made a simple html file that just loads our large images and there was no problem. The problem persisted with multiple large images and multiple file types.
Elm Version
0.18
Browser
I experienced the problem in Chrome and Firefox.
Reproducing
Put a large image (>1mb) in a directory, and run Elm-Reactor in that directory. Open up localhost:8000/.
The text was updated successfully, but these errors were encountered: