Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

Ecto join on multiple conditions

Elixir custom task does not show up on "mix help"

elixir elixir-mix

Assert conn was redirected in phoenix

elixir phoenix-framework

Negate a predicate in Elixir

elixir

The database for Rumbl.Repo couldn't be created: killed

elixir constantize a string to get the module (String.to_module/1)?

elixir phoenix-framework

Trying to Update Elixir Phoenix Liveview to Version 0.18.16, Getting Strange Error

How to debug Elixir with erlangs GUI debugger on Ubuntu-based linux?

inserting multiple changesets in single transaction

elixir ecto

Create quarterly interval with timex and elixir

elixir

How to display typespecs from a named function through iex

elixir elixir-iex typespec

How do you set the body of a POST request in an Elixir Plug test?

elixir

Difference between Supervisor and DynamicSupervisor

elixir erlang-supervisor

displaying JSON data in a Phoenix Template

elixir phoenix-framework

Accumulate a list in an `Enum.each` loop

list elixir

Can I require Logger in all modules automatically?

elixir

What does "@" do in Elixir?

syntax elixir

How to properly use leave/disconnect in Phoenix channels?

Convert a single-character string to its codepoint

elixir

Regex to match 1 or 2 occurrences

regex elixir pcre