maptu icon indicating copy to clipboard operation
maptu copied to clipboard

Tiny library to convert from "encoded" maps to Elixir structs.

Results 3 maptu issues
Sort by recently updated
recently updated
newest added

#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...

I am facing the issue that I get a :non_struct error, when trying to convert my map to a struct. It seems like this happens when the Module was not...