Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How to avoid Edeliver deployment error: "vm.args: No such file or directory"?

Global Dynamic Supervisor in a cluster

elixir cluster-analysis

How to handle timeouts in poolboy?

erlang elixir actor gen-server

Supervised GenServer not being restarted?

elixir erlang-otp

Elixir - Randomized numbers in Agent

random elixir agent

Strange error while using Ecto 2.0.0-rc.0 and executing ecto.migrate

Route to a static page in phoenix-framework

elixir phoenix-framework

Composing an Ecto [v1] query with a dynamic amount of where filters

elixir ecto

How to run ExUnit tests within IEx

elixir ex-unit

Using Erlang library with Elixir

elixir

protocol Ecto.Queryable not implemented for

How to view the raw request of HTTPoison

elixir

New Phoenix project on Ubuntu getting [error] backend port not found: :inotifywait

elixir phoenix-framework

Start "iex" with loading app, and run command in 1 line

elixir

Elixir: How to deal with optional / default parameters in functions and nil values?

elixir

How to modify an Ecto changeset before inserting it into the repo?

How do I load environment variables for a phoenix framework project

elixir phoenix-framework

What is the best way to round a float in elixir

MIX_ENV=prod on a Phoenix server crashes on starting with PORT=80

Phoenix: Handle POST request body with Content-Type: application/json

elixir phoenix-framework