Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

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

Dialyzer warnings about pattern_match_cov on Gettext module

Phoenix: Only allow subscription to one sub topic on a channel at a time

How to “splat” the function arguments for dynamically created function

doctest a phoenix context

Elixir / Phoenix: How to customize HTTP request log format?