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

An Elm-based bootstrapper for Elm applications

Results 11 elm-starter issues
Sort by recently updated
recently updated
newest added

An app using the elm-starter project, https://jmtalarn.github.io/30-days-of-elm/, is working fine while in development I use the `npm run start` command (aka "`node ./src-elm-starter/elm-starter start`") But if I build it in...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.9.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

The service-worker.js does not work properly with Netlify and therefore does not deploy as a PWA. See PWA test failing: ![Screen Shot 2022-05-13 at 9 34 43 PM](https://user-images.githubusercontent.com/32336187/168410783-4e66d840-8f7a-43ee-9f97-53e095e118fe.png) See service-worker.js...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Hi! On a new project, building failed. Looking into it, I think we're trying to access minCode.code as an object while it is a Promise. This PR adds a couple...

Hi, I was trying this out on Windows 10 in Git Shell. I have run into the following issues: 1. Starter tries to create a symlink for certain assets -...

Hi thankyou for the awsome project. There is an npm package I really have to use. Since I'm quite inexperience. I want to hear your thought on how to use...

First of all – great project! I wondered: would it be possible to "wait" for an XHR request to complete _before_ the page is statically rendered? For example, an Elm...

enhancement

For example, if `nameLong` is `"This \"name\" will break HTML minification"` Is this happening because it generates invalid HTML or is a bug in `html-minifier`?