Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Pattern matching on binary type cannot use the value of a variable

erlang elixir

Elixir's mix format ignores line length option

elixir code-formatting

HTTPoison.request!/5 raises %HTTPoison.Error with weird reason

elixir httpoison

Elli with Elixir Basic usage issue

elixir

Ecto: Casting %Plug.Upload to virtual field for file upload validations

Windows: Elixir phoenix MIX_ENV=prod : The term is not recognized

Find all modules that adopted behavior

elixir

Phoenix channels: send push to a particular client

elixir phoenix-framework

System.cmd suppress output in Elixir

elixir

Render partial located in child directory in Phoenix

Cannot be cast to type :naive_datetime in query

Phoenix.HTML.Form does not take errors from changeset

elixir phoenix-framework

Elixir Ecto: Multiple belongs_to relationship in a schema

How to make Ecto.changeset validate_required accept blank values?

Error in Elixir : returned a bad value: :ok

elixir elixir-mix

Preload with Ecto with subquery and using a join from the main query

elixir ecto

Mocking with Mox Library error: module Myapp.MyModule is not a behaviour, please pass a behaviour to :for

mocking elixir

How can types and values be validated / enforced for Elixir structs?

elixir

Ecto.Repo receives a struct that does not implement Access behaviour

Ecto Repo.get_by with multple 'or' clauses

elixir ecto