Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How to use Plug.Upload?

elixir

Wait for Node.connect before using :global.whereis_name

erlang elixir

Elixir Supervisors — How do you name a Supervised Task

Is there a shortcut in Elixir similar to Python's enumerate?

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