-
Hey there, I use create-elm-app for all my projects and its fantastic! I recently added the testing to CI via the guide here, but I think it would be nice to include documentation of deploying to gith…
-
This is as much a question on how to start it up as an issue. Perhaps you could clarify in the README for those of us not familiar with Elm?
This all takes place on a Mac.
**What I did:**
- Del…
AviFS updated
4 years ago
-
I have a type alias definition in the following form:
```
{-| represents a diary, as returned by the endpoint api/get_diary.
-}
type alias Diary =
{ notes : String
, pages : Int …
-
- [ ] We use (`node-`)`glob`, `globby`, and (as a dependency of `globby`) `fast-glob`. We ought to switch to `tinyglobby`
- [x] Replace `globby` with `tinyglobby`
- [ ] Replace `glob` with `tinn…
-
### NEW ISSUES
### New issues added after sharing the issue link last week.
**Date: November 26, 2020**
1. Check the Menu tree and confirm exact location. (need to fix EFL header.)
https://docs.…
-
Firstly, great job! This is an awesome project.
One thing that would be amazing, would be for an actual true page preview when editing elm-pages in Netlify CMS, rather than the markdown:
Net…
-
### Is this a bug report?
Referencing any files from CSS (even placed in `/public`) appear to get packaged and then referenced incorrectly (using `/static/css` as the root).
I have tried using:…
-
Draw the game board and make the landing screen in Elm.
For drawing use svg, and use html and buttons for the landing screen.
-
Proposal: Add support for query params and fragment to Route.toLink.
Recently I needed a way to add a fragment to the Route URL generated by Route.toLink (via Route.link). In order to do this, I ha…
-
There is a spec for todomvc ( https://github.com/tastejs/todomvc/blob/gh-pages/app-spec.md ).
It would be nice to either implement the spec or document what functionality is missing from Elm to make …