Bill St. Clair
Bill St. Clair
I fixed this as well in version 1.0.3 of my 0.19 upgrade of Evan's code. Had I known about @martinos's package, I may have asked him to upgrade to 0.19...
elm-test version 0.19.0-beta10 purportedly fixes the hang (I haven't tried it). If you change the dependency to version "elm0.19.0", you'll get that one, and any future 0.19 releases.
I'm seeing the same behavior. If I comment out the call to `URL.revokeObjectURL` in `src/Elm/Kernel/File.js`, then the blob (an image in my app) will display in the browser. But it...
My tiny HTML snippet above now works in Safari under iOS 13. It offers to download or view the image when you click the link. It does NOT work in...
Tiny contribution. Happy with license change. Use MIT for all of my own open source projects. Bill St. Clair On Wed, Sep 21, 2022 at 6:32 AM Alfredo Beaumont ***@***.***>...
I am no longer convinced that this is a bug. Nothing forces a `String` to contain well-formed UTF-8. It's just a sequence of bytes. I use it that way in...
Or, for those who prefer text: https://elixir-lang.org/getting-started/binaries-strings-and-char-lists.html In Lisp, a string is a sequence of characters. A character is one unicode code point. Representations vary, but the lisp I use...
The JS `WebSocket` object supports sending binary data, so it makes sense for `billstclair/elm-websocket-client` to have a `sendFile` function to use it. I don't have any uses for that, and...
The actual README that prompted me to create this issue is at https://github.com/billstclair/elm-websocket-client/tree/master/example
I have discovered a workaround, If I change the closing `` tag to ``, it correctly displays the now-misspelled HTML (I swapped single and double quotes, since exclamation point is...