Skip to content
#

Elm

elm logo

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,949 public repositories matching this topic...

TimUntersberger
TimUntersberger commented Mar 1, 2021

Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet is really annoying, because you have to override all of the functions and not just the thing you want to change.

I recently wanted to just change the border_radius of a text_input and I had to write the following code.

impl StyleSheet for Styles {
    fn active(&self) ->
kberzinch
kberzinch commented Oct 24, 2021

Summary

Running fly execute --tag=asdf --input jkl=. will fail without a specific error message if a worker with tag asdf is not available at the time the command is executed.

Steps to reproduce

Task config:

---
platform: linux

image_resource:
  type: registry-image
  source:
    repository: alpine

inputs:
- name: source

run:
  path: sh
  args:
  - -e

Created by Evan Czaplicki

Released 2012

Latest release about 2 years ago

Repository
elm/compiler
Website
elm-lang.org
Wikipedia
Wikipedia

Related Topics

angular javascript language react vue