Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Redirection inside a plug in Phoenix framework

elixir phoenix-framework

String.split() in elixir placing a empty string at the end of the list of substrings in the output

split elixir

Macro expansion in elixir: how to define 2 macros with one using the other?

macros elixir

Is it possible to find all modules that implement certain protocol?

protocols elixir

How to get the full generated code of a module using Elixir macros

How to fix error 'Could not check origin for Phoenix.Socket transport'? (Phoenix 1.2.1)

Silence compiiler warning about @doc on private functions

elixir

Elixir lang processing lists in parallel

elixir

Variable assignment in Elixir

erlang elixir

Post processing the controller response with a plug in phoenix

elixir phoenix-framework

How to convert string to Regex

elixir

Elixir Macro: Power ** function

macros elixir

How to do HTTPS request from Phoenix and ignore the CA error

Why doesn't Elixir have a Math module?

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