Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How to reduce a list to a single value

elixir

How do I turn a Unicode code point into a Unicode String?

unicode utf-8 elixir

Reading from file and initialising variable in Phoenix on server startup

elixir phoenix-framework

How to use the "with" statement inside an eex template in elixir phoenix

elixir phoenix-framework

Start workers when a DynamicSupervisor starts

elixir

Range of floating-point numbers

elixir

How to alias run twice in mix.exs?

elixir elixir-mix

phoenix elixir exaws use with minio(upload file)

Print a variable name in Elixir

elixir phoenix-framework

Elixir - why is there no compiler warning for these duplicate headers?

elixir compiler-warnings

Possible DoS in Phoenix app / is it necessary to further sanitize user input?

VS Code Elixir F2 "rename symbol" not working

elixir visual-studio-code

"Unsupported OP_QUERY command: insert" in Elixir project when trying to insert into Mongo DB

database mongodb elixir

Websocket timing out too soon

How to compile single file in elixir?

elixir

Elixir/ExUnit: how to test functions with system calls most elegantly?