-
`src/pages/docs/records.elm` talks about how "You can even change the type of value in a field" in section "Updating Records".
This isn't true anymore in Elm 0.19
-
I'm wondering whether there is a way to obtain file system statistics, most notably the size of the file system and amount of free space (or amount of used space, doesn't matter)? Something analogous …
-
Hi. Is there any way to save cart contents with cookies/localstorage when you navigate through pages?
-
Please check https://docs1.stg.tizen.org/robot/job/Check-broken-link-all-pages/lastBuild/consoleFull
-
I liked the article that you wrote about playing around with `elm-markup`, but wondering if you would consider adding support for `.emu` markup files? (to avoid the 'hack' of putting the markup inside…
-
Hi all,
This is more of a question regarding using codecept with a custom puppeteer instance.
I would like my codecept script to make use of AWS Lambda optimized puppeteer instance provided by:…
ersel updated
4 years ago
-
The current instructions to get started with Elmstatic nicely build a site which can then be uploaded to a static site host: https://korban.net/elm/elmstatic/
I think this requires that the built s…
-
There's a use of a dependency (body-parser) that's used but not declared. It will only work if it's also a dependency of a adependency, but it can change or break unpredictably.
Use in the code:
h…
-
In elm a command is a ["managed effect"](http://package.elm-lang.org/packages/elm-lang/core/5.1.1/Platform-Cmd) which means that a command contains information for the runtime to perform the side effe…
-
This is more of an question. So, please don't mind closing it if it is not at right place. Also provide direction where to ask if not here.
I am coming from Elm / Elmish background. And to be fair…