Daniel Taskoff

Results 3 issues of Daniel Taskoff

Why does only the [CSize](https://hackage.haskell.org/package/base-4.10.0.0/docs/Foreign-C-Types.html#t:CSize) from [Foreign.C.Types](https://hackage.haskell.org/package/base-4.10.0.0/docs/Foreign-C-Types.html) has instances for *Additive*, etc.? If there is not a reason for that, I'm willing to implement those instances for all types from...

D - easy
T - string
C - numerical

Currently, [Html.Events.on](https://package.elm-lang.org/packages/elm/html/latest/Html-Events#on) has the following type signature: ```elm on : String -> Decoder msg -> Attribute msg ``` Several times, I've been struggling to find what I'm doing wrong, only...