Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Render different live template name in Phoenix LiveView

is there a Built-in function to check if one list is contained in another? in ELIXIR or ERLANG

erlang elixir

Is there a way to rerun the initial test/mix command again from within the iex prompt?

Phoenix Phoenix.HTML.Safe not implemented

elixir phoenix-framework

Convert maps to struct

elixir

How to create an XML Http Request?

elixir phoenix-framework

In Elixir/Phoenix, after template change, "cannot define module MyApp.PageView because it is currently being defined"

elixir phoenix-framework

How do I garbage collect the Elixir REPL, iex?

elixir elixir-iex

Is there an elegant way to return the input of a function used in Elixir pipelines?

elixir

Elixir, how to cast from string to Ecto.Date?

string date casting elixir

Elixir: How to sort a list of (naive) datetimes?

sorting datetime elixir

How to use W3C Email Regex in Elixir

regex elixir

Correct GenServer implementation with persistent state

Remove trailing and leading whitespaces with Ecto changeset

elixir ecto

Elixir's parallel map algorithm

elixir

Convert list of maps into one single map

elixir