Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

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

Garbage output instead of colors in vscode with gitbash and elixir

group or count duplicated letters in elixir

elixir

How to check whether a string is a valid UUID?

Phoenix and nested content_tags with multiple children remove nested content

Using fragment & group_by together with postgres & ecto?