-
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, url is always set to Nothing.
-
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 goal is…
-
## Acceptance criteria
- [ ] events are imported regardless of date that site is built
- [ ] `allEventsQuery` method in `src/Data/PlaceCal/Events.elm` uses the current date to derive the window with …
-
Hi, great stuff!
I have tried some of the demos, and notice that the vertical scroll position on a page is not kept when using the "Back" button in my browser. This makes apps such as the Hackernew…
-
Hey hey! I'm starting a new elm-pages site for the first time in a while today and after running `npx elm-pages init sitename`, `elm-pages build` gives me this:
```
-- PROBLEM BUILDING DEPENDENCIE…
-
## Description
A viewing option on the `Build` page which performs the ⏯️ `start following resource logs` feature until the step is complete, at which point it jumps to the next step and contin…
-
Steps to reproduce:
1. Check out this branch https://github.com/MartinSStewart/martins-homepage/tree/weird-bug
2. Start `npx elm-pages dev`
3. Open `localhost:1234`
4. You should get this error in…
-
Hello,
Is there any way I can use pattern matching to get a `String` from an `IO String`? I've tried, but the deeper I dig the more confused I get.
Relatedly, is there a way to have a `map2` for IO…
-
## Acceptance
- Good docs on how to add content
- better index & styling control
-
### Problem
After upgrade elm pages to 10.0.3 and vite to "^5.0.11" I started getting this error in my project on page loads on the dev server. I get the same error both in my personal project and in…