Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Ecto Reload belongs_to Association After Successful Repo.update

Elixir Phoenix LiveView Echart just vanishes (disappears)

How to check type of struct's field in Elixir?

elixir typechecking

Is it possible to turn an array into a list of parameters for a function?

elixir

Strange behavior with String.to_integer/1

elixir

Elixir/Erlang and Cowboy - How to use supervisors

Is there a Elixir equivalent of Rails `try` function?

ruby elixir

Turbolinks, :remote forms and links in Phoenix?

elixir phoenix-framework

Getting seed and using random numbers in ExUnit test cases

random elixir

How to Test Uniqueness Constraint with Ecto

Elixir: Convert integer to unicode character

string unicode elixir

Elixir/Phoenix - Accessing user's cookie: conn.cookies vs conn.req_cookies vs conn.req_headers

elixir phoenix-framework

Elixir - problems with https URLs

erlang elixir inets

The "&" with no parameters

elixir

Why do I receive a FunctionClauseError ("no function clause matching") in this Elixir program, translated from Erlang? [closed]

Is it possible to have ExUnit.test statement inside a Enum.each

elixir

In Plug.Router what is the point of the init function?

elixir

Given a module name atom, how can I create the struct for that module?

elixir

How to add a Plug in Elixir / Phoenix before the Router?

elixir phoenix-framework

How to capture each line from System.cmd output?

elixir phoenix-framework