Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

:invalid_mfa when calling Supervisor.start_child

elixir

(UndefinedFunctionError) function :ssl.cipher_suites/1 is undefined or private

ssl erlang elixir

Unzipping files with Elixir throws :data_error

elixir

How to install erlang observer on Mac?

macos erlang elixir

Dialyzer says function will never be called, even though it is

erlang elixir dialyzer

Automatically set a virtual field in an Ecto.Schema on an Ecto.Query

elixir ecto

How can I change my data validation in phoenix/Elixir?

Phoenix + ExUnit: where should I define global helpers?

Can't run Phoenix server. Can't find erlang/lib/parsetools-2.1.8

How to get client data (IP, hostname) from websocket transport in phoenix?

elixir phoenix-framework

function is undefined or private while should be accessible

elixir phoenix-framework

Phoenix umbrella compile order

Testing captured IO from a spawned process

io elixir spawn ex-unit

How to write a test for Plug error handling

Matcherror in elixir

elixir

What is the specific syntax of @derive module attribute and where is it documented explicitly?

elixir

phoenix socket multiple assign

Wrap elixir module

elixir

How can we efficiently count the digits in an integer in Elixir?

count elixir digits

How to get value by key from map, no matter - key is string or atom?

elixir