Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Escape 5 or 6 hex digit Unicode codepoint

elixir

Ecto query - order_by field in jsonb column

elixir ecto

How do I get request body in phoenix?

How can I build an Elixir escript that does not halt the Erlang VM after execution (like elixir --no-halt)

Elixir exrm release crashes on eredis start_link

erlang elixir exrm

Erlang and Elixir's colorful REPL shells

erlang elixir erlang-shell

Transform quoted elixir code to a code string

Inverse polymorphic with ecto

TCP Listener on Elixir using Erlang's gen_tcp module

tcp elixir

Passing a string representing date to postgres query in Ecto

elixir ecto

In Elixir, Phoenix, how to get session in other module as a module use Phoenix.Channel?

elixir phoenix-framework

Elixir - how to dynamically fetch library version used in project?

In Elixir, are dependent applications supervised?

Elixir dependency on local project or private repo

Elixir Phoenix - How to create and import javascript files into specific templates

Elixir / Phoenix LiveView: How can I report exceptions to Rollbar?

Update array in Ecto

elixir

How to convert list of strings to list of integers?

elixir

Elixir Mix release - How can I copy extra files into the tarball of Phoenix app?

The function name conflicts with the function in the Kernel module. Is there a way to call its own function first?

erlang elixir