Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

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

Ecto 2.0 SQL Sandbox Error on tests

How to pipe in to for loop elixir

for-loop syntax elixir

Cannot run remote function inside Unit test

unit-testing elixir

How to get help for Erlang functions from the Elixir shell

erlang elixir

(RuntimeError) expected connection to have a response

elixir phoenix-framework

Using pipe with filter and map in elixir

Ecto association to more than one schemes

associations elixir ecto

Elixir: (FunctionClauseError) no function clause matching

elixir

Testing multiple API calls in a function chain with Mox

elixir mox

JSON Encoding a map in Elixir using Poison

json elixir