Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Elixir Phoenix not loading env variable at runtime

Elixir: Specifying `key_type` for a map, where `key_type` is an enumerated type

types elixir typespec

Elixir : Pattern match a function if a map contains at least one integer key

pattern-matching elixir

Avoiding memory leaks with Commanded in an aggregate that doesn't produce an event

Compare two lists for similarity in Elixir

list elixir

Stop a GenServer after each test

elixir gen-server ex-unit

https urls in coherence emails when phoenix is behind a proxy

elixir phoenix-framework

Is it ok practice to have a different database just for user authentication?

How to pattern match head in a list in function?

HTTPoison manually close connection

elixir httpoison

How to cope with grouped together warning?

elixir

Elixir: IEx.pry error: IEx shell running?

elixir

Elixir / Phoenix apps deployment tools

elixir phoenix-framework

Is there an equivalent to Python's defaultdict in Elixir?

elixir

Phoenix CSRF token not matching

How to do patternmatching against HashDict in elixir?

pattern-matching elixir

Why does String.replace with character classes convert German umlauts to Binaries?

elixir

Elixir MapSet vs Enum.member?

elixir

Max length of an Erlang/Elixir atom name?

erlang elixir

Elixir Ecto validate required *change* instead of field

elixir ecto