Matthew Johnston

Results 34 issues of Matthew Johnston

OTP28 removed the ability to use regexes in the module level vars. This change is backwards compatible with all prior OTP and Elixir implementations.

Given this simple example: ```elixir defmodule MyApp.CustomLoader do import Ecto.Query def source do Dataloader.Ecto.new(MyApp.Repo, query: &query/2) end def query(queryable, params) do Enum.reduce(params, queryable, &handle_params/2) end defp handle_params({:order_by, order_by}, queryable) do...

Some things I am missing from Zig that don't exist in C is the `defer` statement. I would like to protect critical sections better and more succinctly than having to...

question
feature request

This makes the library compatible with OTP28 Closes: #98