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

yew
jgarvin
jgarvin commented Dec 27, 2020

use iced::{pick_list, PickList};

Compiles when targeting linux but not targeting the web.

this works: cargo build
this does not work: cargo build --target wasm32-unknown-unknown

this is the error:

error[E0432]: unresolved imports `iced::pick_list`, `iced::PickList`
 --> core/src/main.rs:9:12
  |
9 | use iced::{pick_list, PickList};
  |            ^^^^^^^^^  ^^^^^^^^ no 
taylorsilva
taylorsilva commented Feb 21, 2020

Goal

Implement --team for remaining fly commands. fly/integration tests should be updated. Cases should be added to the error_handling file as well https://github.com/concourse/concourse/blob/587483424a47f3eebb2ed8e861687b60cccb9ec7/fly/integration/error_handling_test.go#L92

# use default team
fly -t ci <command> <command-options>
# use another team
fly -t ci <command>

Created by Evan Czaplicki

Released 2012

Latest release over 1 year ago

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

Related Topics

angular javascript language react vue