Nicolas Perriault
Nicolas Perriault
This tries to address #14 by introducing new `optional`, `optionalField` and `optionalFieldWithDefault` codecs, which would basically provide a similar implementation as what Json.Decode.Extra's [`optionalNullableField`](https://package.elm-lang.org/packages/elm-community/json-extra/latest/Json-Decode-Extra#optionalNullableField) does. Shipping this patch would only...
Hello, thanks for the great library! I’m struggling with optional field data validation; Trying `maybeField`: ```elm > import Codec > type alias Foo = | { foo : Maybe String...
Right now when new elements are added using `data-l10n` attributes, they're not translated live. Using Mutation Observers may solve the issue and bring a nice feature to the lib.
WiP [](https://ci.testling.com/n1k0/backbone-events-standalone)
This should be trivial as we have unique ids for each widget.
elm-package 0.18.0 I've just successfully published [a package](http://package.elm-lang.org/packages/allo-media/koivu/1.0.0), but when adding it as a dependency in another project, I'm getting this error: > elm-make: elm-stuff/packages/allo-media/koivu/1.0.0/elm-package.json: openBinaryFile: does not exist (No...
Using elm 0.18.0 installed from npm, using node v7.8.0 and npm v4.6.1. In a new empty tmp directory, create a `elm-package.json` file with this content: ```json { "version": "1.0.0", "summary":...