elm-lang
Elm is a domain-specific programming language for declaratively creating web browser-based graphical user interfaces. Elm is purely functional, and is developed with emphasis on usability, performance, and robustness.
Here are 656 public repositories matching this topic...
-
Updated
Jul 15, 2020 - Elm
Investigate if it's easier, better and possible to rely in requestAnimationFrame instead of the globaltick event. The latter one relies in diffing the virtual dom, and I'm not sure how scalable that is.
The intend is to use the Elm's animation-frame package.
I feel like there is a bunch of people trying out the language server and it's not working for them, often because of missing configuration or installs. In the long term it would be great to improve error messages in these cases.
As a first step I think it would help to provide documentation for troubleshooting.
- How to collect information / logs and report them (e.g. in vs code or vim)
Currently if you try to put
module Main exposing (main)
main =
let
x = 2
in
1 + xinto example-project/src/Main.elm and run it with make, it complains about x not being visible in the body. Make it so!
Depending on where the fix is, it might be a good idea to also add a regression unit test somewhere.
Feel free to discuss/ask how to solve t
-
Updated
Jul 7, 2020 - CSS
-
Updated
May 29, 2017 - Elixir
-
Updated
Jul 6, 2020 - TypeScript
-
Updated
Apr 10, 2020 - OCaml
-
Updated
Apr 4, 2020 - Elm
-
Updated
Sep 24, 2018 - Java
-
Updated
Jun 21, 2020 - TypeScript
-
Updated
Jun 6, 2020 - Elm
Unless you already know from JS experience, from the docs it is impossible to know what the coordinate system is and what positive Y/X or negative Y/X are.
-
Updated
May 10, 2020 - Elm
Unless it is configured otherwise, have Grove render documentation by default. This minimizes the need for configuration and gives the user the best experience right out of the box.
-
Updated
Jan 26, 2020 - Rust
-
Updated
Jul 9, 2020 - Elm
- Do you want to request a feature or report a bug?
feature
- What is the current behavior?
currently the playground says this redirects file is correct:
/a /b
/a /c
...but the last redirect will never be used.
- If the current behavior is a bug, please provide the steps to reproduce.
Shown above
- What is the expected behavior?
would giv
-
Updated
Jun 20, 2020 - JavaScript
-
Updated
May 1, 2020 - Elm
-
Updated
Apr 4, 2020 - Elm
-
Updated
Jan 22, 2020 - Elm
It's nice to run elm2nix on CI and see if something should be updated. However, since currently versions.dat is always updated this is a bit harder than it should be.
-
Updated
Jun 6, 2020 - Elm
Created by Evan Czaplicki
Released 2012
Latest release 9 months ago
- Repository
- elm/compiler
- Website
- elm-lang.org
- Wikipedia
- Wikipedia
It's currently not possible to give
elm-analysethe path toelm-analyse.json. There are usecases where that would be useful:The "path to elm-analyse.json" flag would allow me to be able to run elm-analyse from
/cli/but use the globalelm-analyse.jsonand not be forced to