Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Phoenix: Trying to connect to Channel but getting a not Route found for GET /websocket error

elixir phoenix-framework

Map with fat arrow vs colon (Poison - json decode)

elixir elixir-poison

Is there a way to iterate over all arguments passed to a function in Elixir?

elixir

Use custom View with multiple Controllers in Phoenix

elixir phoenix-framework

How does broadcasting from a Phoenix Channel hit clients on other nodes?

insert_all does not create auto generated inserted_at with ecto 2.0

Ecto: Order preloaded data in collection with has_many association

How to convert a binary to a base10 (decimal) integer in elixir

encoding int erlang elixir base

How to create a global view in Phoenix Framework?

elixir phoenix-framework

How do I map and group_by at the same time?

elixir

Elixir - Split a string so it doesn't return empty strings in the list?

elixir

Selecting value from list of tuples Elixir

elixir

Guards for module plugs?

elixir phoenix-framework

Limit in the number of atoms

erlang elixir

What is the idiomatic way to compare two lists for equality?

list erlang elixir

Sort List of Maps based on a value within the Map

How to use "case-when" in Ecto Queries in elixir?

In Elixir, why not use case statements instead of multiple function overloading?

elixir

ExUnit without assert/refute, relying solely on pattern matching?

testing elixir ex-unit

Starting mix task process dependencies

elixir