Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

:erlang.bit_size(nil) error when first argument in function is zero

erlang elixir

How do you get the length of a binary in Elixir?

elixir

Any better way to get first n bytes, and the rest of a String? Currently using binary_part and String.trim_leading

elixir

Passing computed list to an Elixir macro

macros elixir

Ecto 3 - Start Repo in custom CLI task

elixir ecto

What is the maximum number of child processes a supervisor can supervise?

erlang elixir erlang-otp

Get a list of all elixir modules in IEx

elixir elixir-iex

Visual Studio code - Elixir formatter not working, trying to use prettier instead

How do you assign a default name to a node in Elixir?

elixir

Elixir: struct default value from function

where's the elixir dependencies respository?

elixir

Elixir - Get Host By Name?

elixir

Set default value for date selector in phoenix framework to current date

elixir phoenix-framework

Generating initials avatar with Elixir [closed]

elixir phoenix-framework

expected :action/2 to return a Plug.Conn error in Phoenix controller

Sending messages among erlang processes: Atoms vs Binaries

What's the ruby & operator in Elixir?

ruby elixir

Does Elixir support introspection to show available functions?

elixir

How to parse a string of format "YYYYMMDD" to a Timex.Parse.DateTime type?

date parsing elixir

How can I have a Map that all processes can access?