Aaron VonderHaar

Results 138 issues of Aaron VonderHaar

Currently, `fromHex` is `fromHex : String -> Color`, meant for convenience in getting colors specified in hex into Elm, and returns `rgb 0 0 0` if the hex string is...

discussion
community review wanted

## Rough ideas ``` contrast : Color -> Color -> Float -- http://gka.github.io/chroma.js/#chroma-contrast delta : Color -> Color -> Float -- http://gka.github.io/chroma.js/#chroma-deltae ``` > kuon: I wasn't clear, you can...

The goal of this package is to get all Elm packages that produce colors and all Elm packages that consume colors will use this type, so this is a checklist...

help wanted

- [ ] https://github.com/abe33/atom-pigments/blob/master/spec/color-parser-spec.coffee#L892 - [ ] are there more?

help wanted

DEPENDS ON #14, #12

For #11 Work started on stream: https://www.twitch.tv/videos/824457541

The are currently broken due to https://github.com/electron-userland/spectron/issues/720

There should be a mode (or maybe `elm-desktop-app run` should just always do this?) that will live reload the app as you make changes to the Elm files. If anyone's...

help wanted

This implements #53, by adding a `--all-partitions` option that when used will backup all found partitions as gzipped raw images. However, I'm not sure if this should be merged as-is...

I have a module with the following first line: ``` elm module Core.Array (Value, Zipper, value, toValue, do, toJson, firstZipper, lastZipper, lastZipperM, remove, map, indexedMap, active, zipper, append, prepend, mapAt,...