Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

The second argument of Ecto.Query.from/2

How can i iterate a list in elixir to make another list?

list tuples elixir

Synchronizing application state while joining a Phoenix Channel (or other pubsub)

Decompress a Zip-compressed Binary string

zip elixir compression

How to simulate Ruby's until loop in Elixir?

recursion elixir

Best-effort OTP supervision

Ecto - multiple where conditions not working. Elixir

elixir ecto

Elixir without prefixing functions with module?

elixir

Check if all elements in list have a :ok element

RewriteUrl in Phoenix / Plug / Cowboy?

How to sum up values of different keys in a list of maps in Elixir

elixir reduce

Can I use the pipe and update syntax together with structs?

elixir

Getting the total message queue size in Erlang/Elixir

erlang elixir

How to convert Erlang sys.config into Elixir config.exs?

erlang elixir

In Elixir, why is "alias" preferred over "import" for importing the modules?

erlang elixir

Should tuples be passed to macro?

elixir

Custom HTTP verbs with Phoenix.Router

elixir phoenix-framework

Keep getting Cross-Site Request Forgery error using Ueberauth

How to implement Date.add(date, n, :month) in Elixir

date elixir