elm-pages icon indicating copy to clipboard operation
elm-pages copied to clipboard

Hybrid Elm framework with full-stack and static routes.

Results 136 elm-pages issues
Sort by recently updated
recently updated
newest added

When running `npm run start` on the [elm-pages v3 starter repo](https://github.com/dillonkearns/elm-pages-3-alpha-starter), I got an error message about the `port-data-source.js` missing: ``` $ npm run start > start > elm-pages dev...

Bumps [undici](https://github.com/nodejs/undici) from 4.12.0 to 5.8.2. Release notes Sourced from undici's releases. v5.8.2 ⚠️ Security Release ⚠️ CRLF Injection in Nodejs ‘undici’ via Content-Type GHSA-f772-66g8-q5h3 CVE-2022-35948 undici.request vulnerable to SSRF...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

There was some discussion on Slack about page transition animations. The difficult part is intercepting the internal `LinkClicked` or `UrlChanged` `Msg` to trigger the fade-out transition, and delaying rendering the...

Hi, this PR adds a mechanism for adding resource hint link tags to the head. It covers the use case in #269 while being more restrictive than the proposed solution...

Bumps [devcert](https://github.com/davewasmer/devcert) from 1.2.0 to 1.2.1. Commits 1ed164f 1.2.1 b076321 switch from vulnerable VALID_DOMAIN regex to is-valid-domain lib (#79) See full diff in compare view Maintainer changes This version was...

dependencies

Some application deployment methods freeze `node_modules` as read-only to prevent accidental modification at application runtime. When we bundle `elm-pages` @ `v2.1.11` using this method, it copies these files into `.elm-pages`...

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: ``` --...

I'm looking for a way to reuse the same Elm Pages code with different content. We have a number of repositories with different content (markdown files, etc) but the same...