Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Formatting a time in Elixir

elixir phoenix-framework

Creating and using an Elixir helpers module in Phoenix

elixir phoenix-framework

In Elixir, is there a way to determine if a module exists?

elixir

Generic composable Ecto query w/ dynamic field name in query expression

elixir ecto

What is the "<>" operator in an elixir function signature?

pattern-matching elixir

Phoenix additional layout variables like @inner

elixir phoenix-framework

How do you embed double-quotes an Elixir string?

string elixir double-quotes

How can I print a PID in Elixir?

elixir

Is there an equivalent to __MODULE__ for named functions in Elixir/ Erlang?

erlang elixir

Elixir case on a single line

elixir

How to find index of a substring?

elixir

Elixir mix auto acknowledge

Elixir and Erlang Records Pattern Matching

xml erlang elixir

Elixir Phoenix production server has issue with Letsencrypt renewal

Manipulating fillable PDFs in Elixir/Erlang

Building a JSON map for a self-referencing Ecto model

How to avoid a “can never match” error from Dialyzer in a `with` statement that has a match all `else`?

Idiomatic elixir to execute if params is not nil?

elixir

Unable to mix ecto.create, role 'postgres' does not exist [duplicate]

Importing test code in elixir unit test

elixir elixir-mix