Tomaz Zlender
Tomaz Zlender
### Summary of changes A small fix in the docs. Use `distillery.release` instead of `release`. ### Checklist - [+] New functions have typespecs, changed functions were updated - [+] Same...
When I try to use example code in IEx ``` Amnesia.transaction do john = %User{name: "John", email: "[email protected]"} |> User.write end ``` error is raised. ``` ** (UndefinedFunctionError) function :erl_eval.match1/4...
Adding -o http://localhost:6655 avoids Access-Control-Allow-Origin error.