ElixirCode
ElixirCode copied to clipboard
Reference Repo for an Elixir course on Udemy.com
#### Build: Elixir 1.9.1 (compiled with Erlang/OTP 20) Ubuntu 18.04 #### identicon.ex: ```elixir def build_grid(%Identicon.Image{hex: hex} = image) do grid |> Enum.chunk(3) |> Enum.map(&mirror_row/1) |> List.flatten |> Enum.with_index end ```...
#### What? - Change `post_path` to `topic_path`. #### Why? - The project was not compiling.
you need the egd to make this work
Hi. I added a few small changes to better accommodate users who are not logged in. Let me know what you think! Thanks.
Recent versions of Elixir no longer ship with the `egd` library preinstalled. This PR adds `erlang/egd` to the dependency list of the identicon project to fix that problem. Fix originally...
The best place to get help is by posting on the Udemy.com discussion page.