elm-pages
elm-pages copied to clipboard
Hybrid Elm framework with full-stack and static routes.
Hi! First and foremost, thank you for creating `elm-pages`! 😁 I'm working on a hobby project and implementing a simple suggestion box with autocomplete functionality using the Forms API. My...
I want to use `url : Maybe PageUrl` to handle query parameters on a page after it has loaded (no server rendering) but at least when I test it locally,...
``` -- HTTP ERROR --------------- BadBody: Unexpected combination, internal error ``` This is what happens when you get a non-json response but you expected a json one. The error message...
When making a `Http.bytesBody "application/octet-stream" someBytes` call to elm-pages it would be nice to be able to get a `Bytes` body on the other side. We would then have; ```...
On my Windows machine, it was always printing this error message, even though there's a default config in place: >No `elm-pages.config.mjs` file found. Using default config. Looking more deeply into...