Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Elixir: setting variables with module-wide scope

elixir

ETS creation return value

reference erlang elixir ets

Create parent, child nested association with required foreign_id simultaneously in Ecto