Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Getting error while getting specified index object

elixir phoenix-framework

How to specify a format of a parameter in URL in Elixir Phoenix framework?

elixir phoenix-framework

Select multiple items using multiple keys from a Map in Elixir

elixir

How to "inspect to file" (or to string) in Elixir?

debugging elixir

HTTPoison upload file

elixir

Parse, change and write back HTML in Elixir

Connect erlang nodes on docker

docker erlang elixir

Elixir: Convert list of bits to binary

elixir

Merging Elixir maps

maps elixir

Why does Elixir's String.capitalize() function lowercase remaining letters?

elixir

How to mock/stub methods in Elixir library Ecto/Repo?

Is it possible to launch an interactive elixir shell and call a function immediately?

elixir elixir-iex

versions in elixir dependencies

Convert naive_datetime to utc_datetime_usec

elixir

Custom mix task not loading test environment

elixir elixir-mix

Elixir: rename key in dictionary

dictionary elixir key rename

Erlang :ssh authentication error. How to connect to ssh using identity file

erlang elixir

Generate a random 16-byte string in the 32-character hexadecimal format

erlang elixir

How to implement an "assert_difference" for ExUnit

testing elixir ex-unit

"Invalid expression in guard, case is not allowed in guards" error

pattern-matching elixir