Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

What's the typespec declaration for a function that may raise?

elixir

Find if codepoint is upper case in Elixir

elixir

Type mismatch inserting :binary_id with Ecto changeset

Ecto or Elixir datatype that maps to MySql BIGINT

How do I run `iex -S mix` without compiling changed files?

Use is_bitstring or is_binary in Elixir Guard for String?

elixir

Filtering/Pattern Matching in nested data structure

list dictionary nested elixir

How do you pattern match for nil or a blank string in Elixir?

elixir

How to implement a resetable countdown timer with a GenServer in Elixir or Erlang

With Elixir Ecto, how do I add a has_many relationship in a migration?

elixir ecto

Phoenix - invald CSRF on AJAX post

How to show error messages under the field in Phoenix Framework

elixir phoenix-framework

How to set conn.secret_key_base in a Phoenix application

elixir phoenix-framework

Creating a default initialized list of size n in Elixir [duplicate]

erlang elixir

Check if Elixir module exports a specific function

elixir

How can I preload association and get it returned in ecto?

elixir ecto

Get HTTP_REFERRER from Plug.Conn

elixir phoenix-framework

how to encrypt and decrypt with AES CBC 128 in Elixir

Elixir - do nothing under particular case condition

elixir

How to convert timestamp to DateTime in Elixir?

elixir ecto