Aaron VonderHaar

Results 138 issues of Aaron VonderHaar

This should be done using node's built-in zlib API to prep for allowing users of this package to avoid dependencies on tar/unzip (#26).

help wanted

Users of this package should only need to have a transitive dependency on tar/unzip-stream if they actually use binaries that are compressed in those formats.

`elm-platform` current uses a message like this: `var errorMessage = "Unfortunately, there are no elm-format " + packageInfo.version + " binaries available for your operating system and architecture.\n\nIf you would...

Only one of these is necessary (either checksum or signature). Figure out which makes the most sense before implementing this.

... to allow links, multiple paragraphs, formatting, etc in the description

enhancement

Questions: - [ ] Is there a use case for getting the RGB components as [0,255]? How common is it? - [ ] If common, should alpha be provided as...

discussion
community review wanted

Who wants to be working on an elm-color package (and is this repo the best place for discussions to happen?)

discussion

Meaning, using r,g,b values in the range [0,255], and also using an alpha value != 1.0. Questions: - [ ] Does anyone need to create colors this way? - [...

discussion
community review wanted

For reference, a list of current (or Elm 0.18) packages that relate to colors ## Manipulation - danielnarey/elm-color-math - mdgriffith/elm-color-mixing - eskimoblood/elm-color-extra - Janiczek/distinct-colors - kuon/elm-hsluv ## Gradients / Colormaps...