-
Hi! Thanks for a great tool. There is a minor issue I'm facing. It happens very rarely, but just to let you know it exists. After I've made a change, `elm-live` says something like
```
CORRUPT BIN…
-
Apologies if I'm missing something obvious (I am using hvega rather than your module, so it could well be all my own fault ...), but I can't see how to encode the https://vega.github.io/vega-lite/exam…
-
Hi team, playing around with Emscripten in earnest for the first time, not my usual area of work so apologies if this is clearly never going to work. What I'd like to do is compile a simple Swift prog…
-
See: https://github.com/elm-community/elm-faq/blob/gh-pages/index.md#how-can-i-output-literal-html-and-avoid-escaping-of-entities.
This no longer works in elm 19!
-
The first of the links in the Examples section, titled **'Official list - Examples from basic to big-project in official website.,'** seems to be to a page full of dead links (almost 30 of them). I've…
-
How to reproduce:
- Go to https://farbenmeer.github.io/ausguck/elm/
- Go to the first page and look into the console
- You will see an error "GET https://farbenmeer.github.io/images/elm/elm.png 4…
-
I'm missing the Pagination package and have created the code to fulfill it, but to honor @rundis, I decided to create an issue instead of a PR. Here's my proposed API:
```elm
module Bootstrap.Pagi…
-
We want to deploy the examples to GitHub Pages and have a consistent build setup.
Convert the examples to use Create Elm App, if possible and prepare them to be deployed as live examples.
-
Hey! 👋
I just got an error which references this page: https://elm-lang.org/0.19.0/tuples, which is empty. 😶
For more context, here is the error:
```
-- BAD TUPLE -----------------------------…
-
I'm trying understand how a multi page application is going to look.
Logically, a multi page application should be split on files where each file represents a page or a subset of the application. H…