-
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 …
-
Happen to stumble upon the [announcement of this project](https://www.finos.org/blog/introducing-finos-security-scanning?hss_channel=lcp-18473937) and wonder if the maintainers of this project are fam…
-
Looking at the STG in a browser is probably nicer than in a console.
-
Hi, great library!
Sometimes I'd like to nest Elmx syntax, for example when mapping over children:
``` html
{notes |> List.map (\ note -> {view note})}
```
but this doesn't get the right result.
Is …
-
- Web Browser: Safari
- Local OS: MacOS
- Remote OS: Ubuntu 18.04
- `code-server --version`: latest
I wanted to install the python extension, but it doesn't appears, even if it is installed, a…
-
So the backend is sort of "on tracks" now, where almost anything I can really conceive of us wanting to tag our articles with is easily integrable into this system. I have already included the concept…
-
In a multilingual nodebb forum which users may post in both right-to-left and left-to-right languages or use a ltr/rtl theme by their preferences, having no control on selecting proper text direction …
-
Hi,
I see this project was created little while ago and want to know any downside you have noticed during expansion of the large project after using it this long.
-
## Expected Behavior
When moving a list item, I would like to be able to move an item in a (vertical) list up or down without manually shuffling commas and brackets, and knowing where the actual en…
-
# Design
## Goal
The Goal is to learn to use the `Json.Decode` and `Json.Encode` modules.
## Learning objectives
Students should be able to
- encode any JSON `Value` (`Json.Encode.object`…