Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Pipe chain should start with a raw value

Elixir: Find middle item in list

list elixir

ets.lookup_element(Ecto.Registry, nil, 3) in customized mix task

elixir ecto elixir-mix

How to check Phoenix (Elixir framework) installed version?

Elixir testing - ExUnit - Repeating Data Instances

testing tdd elixir

With Elixir/Phoenix (0.10.0), how do I set the port based on the PORT environment variable in a release?

elixir phoenix-framework

How to match on non-existing key of map in function head

pattern-matching elixir

Parsing xml with xmerl

xml elixir

Output tabular data with IO.ANSI

elixir

Testing HashSets in doctest

testing hashset elixir doctest

Using hex linguist package in Phoenix Framework

Phoenix error in deployment: module Connection is not available

Elixir distributed security and whitelisting allowed nodes

security elixir iptables

Using pattern matching and recursion in Elixir to split the list

How to monkeypatch module function in Elixir

elixir

Behavior of underscore `_` in Elixir

elixir

How do I map any given function over a list of values?

elixir

Call plugs from within a plug

elixir phoenix-framework

Elixir Ecto: Could someone give an example of Ecto.Multi.run/5

elixir ecto

Get application name in umbrella project

elixir