Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Expect-like functionality to IO.gets?

shell elixir elixir-mix

How to partition by key and join back in order with Elixir Flow

elixir

How to start Phoenix server when you are already in iex?

TCP server not responding

tcp erlang-otp elixir gen-tcp

How to implement function/process polymorphism in Elixir

polymorphism elixir

elixir how to map and reduce at the same time without going through the map twice

Elixir: How to create a pair of elements from List

elixir

Why is the error on the wrong line?

macros elixir

How do I return/yield a value from a recursive function in Elixir?

elixir

In Elixir how do you sort a keyword list by value?

list sorting elixir

Protocol Enumerable not implemented for struct. How to convert the struct into an enumerable?

Phoenix.ActionClauseError at POST, no matching action clause to process request

rest controller elixir

Injecting data into Phoenix's Action params

elixir phoenix-framework

How to remove trailing zeros after decimal in Elixir/Phoenix?

elixir phoenix-framework

Plug.Conn.Unfetched does not implement the Access behaviour

Elixir - update a map which has string keys

elixir

Parse string in Elixir

string elixir