Results 113 issues of dullbananas

to show that it always returns at least one list item even if the string is empty

`Basics` module contains many functions and constants such as `pi` snd `cos` which should go in a separate `Math` module

request
breaking

* Each pinning service should add a column with a check box, so I can pin with a few clicks and very little mouse movement. * The hash displayed under...

exp/intermediate
P3
area/screen/files
topic/design-front-end
kind/enhancement
need/analysis
effort/days

``` This argument is a list of type: List (Time.Zone -> Time.Posix -> Int) But this function needs the 1st argument to be: List (Time.Posix -> Time.Zone -> b) ```

```elm type alias Type = A | B ``` the error could be improved: ``` I ran into an unexpected symbol: 17| | B I was not expecting to see...

`task` doesn't appear to provide any way of getting `Http.Error` values when errors occur.

Parse.Primitives needs comments to explain the diff between consumed ok/err and empty ok/err

I got this error ``` TypeError: null is not an object (evaluating 'node.nodeType') Error: {} ``` Later I found out I accidentally removed the opening `` tag. Maybe it could...