-
Updated
Aug 8, 2020 - JavaScript
Elm
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 2,641 public repositories matching this topic...
A small change that would make implementing styles for elements with background colours a bit easier. It would match the From<T> for Option<T> impl that you can already use for fields that are Option<Color> (like text_color).
Before:
Style {
background_color: Some(Color::BLACK.into()),
text_color: Color::WHITE.into(),
..Default::default()
}After:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/foo",
"definitions": {
"foo": {
"type": "object",
"properties": {
"bar": {
"$ref": "bar.json#"
},
},
"required": [
"bar"
],
},
"title": "foo"
}
}
Running quicktype CLI with this Schema produces
Error
When viewing a build that reconfigures pipelines, it's hard to tell which pipelines were actually changed:
Quick suggestion: highlight it in yellow, like the get step? Or the opposite - dim steps which had no changes to apply? No strong preference!
This would likely involve emittin
-
Updated
Aug 9, 2020
This issue is tracking the documentation that has to be updated.
- Document new platform commands
- Update the section dedicated to page
<title>and tell about [Browser.documen
-
Updated
Aug 24, 2020 - Haskell
-
Updated
Mar 17, 2020 - Elm
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Apr 27, 2018 - Elm
-
Updated
Aug 21, 2020 - Elm
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Nov 18, 2017 - Erlang
-
Updated
Jun 27, 2020 - Elm
Created by Evan Czaplicki
Released 2012
Latest release 10 months ago
- Repository
- elm/compiler
- Website
- elm-lang.org
- Wikipedia
- Wikipedia



The documentation contains a few references to issues from the now archived yewstack/docs repository.
Since the docs repository is read-only, the same issues should be re-created here and the links in the docs should be updated to point to the new issue.
"Contribute to our docs" links