Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Execute Shell Command Synchronously with Elixir/Erlang

elixir

Why I get protocol Enumerable not implemented for #Ecto.Query?

UndefinedFunctionError - iex aliasing in phoenix / ecto

What's iex's equivalent to rp?

elixir

Converting tuple to list using shorthand notation anonymous function

elixir

How to order a query by sum of two columns in Ecto?

elixir ecto

How to redirect back to previous page after invalid input

elixir phoenix-framework

Elixir: How to get the current date for an Ecto Query?

elixir ecto

behavior of nested scope definitions in web/router.ex

elixir phoenix-framework

Find length of Elixir/Erlang in-memory file?

elixir erlang-otp

Named anonymous functions in Elixir

elixir

Specifying a string value in the type definition for the Elixir typespecs

Writing the function "once" in Elixir

List of time stamps not sorting properly

Why do I get this error `(Mix) Could not find an SCM for dependency :cowboy `

elixir elixir-mix

Does Erlang (and Elixir by extension) provide a way to remove atoms? [duplicate]

erlang elixir

how to get values basis on keys from a Struct Elixir

elixir

Get the count of pool

elixir httpoison

Is there a way that we can reference the whole variable while in pattern matching of Elixir?

pattern-matching elixir

What does "for" in "defimpl" in Elixir actually checks for?

protocols elixir