Norm Anderson

Results 4 issues of Norm Anderson

I love this library, but I almost never build my own changeset validation functions because it's too cumbersome. I usually just use `with` after using params validation for types. However,...

The byte order marker is not recommended, however it is a part of utf-8 files. Currently, if a file is started with BOM, the parser errors expecting an element. Is...

#6 This is my PR to make this code a bit more reliable in test environments.

I have some ecto embedded schemas that seems just like structs in all cases except when `Maptu` calls `function_exported?(DB.SQL.Schema.Cart.Loyalty, :__struct__, 0)` which returns false. After I instantiate a struct with...