Maarten Jacobs

Results 3 issues of Maarten Jacobs

The README states that the following should work: ```elixir children = [ {GenMagic.Pool.NimblePool, pool_name: MyApp.GenMagicPool, pool_size: 2} ] opts = [strategy: :one_for_one, name: MyApp.Supervisor] Supervisor.start_link(children, opts) ``` But `Supervisor` runs...

When I try to compile a Koka file with `--optimize=2` or `--optimize=3` whilst emulating x86-64 on a Mac M4, the compilation succeeds but at runtime I get `[1] 11926 illegal...

About once a day we are seeing errors like `Jamdb.Oracle (#PID) disconnected: ** (DBConnection.ConnectionError) {:normal, {:gen_server, :call, [#PID, {:sql_query, {~c"...query...", []}, 15000}, 15000]}}`. I'm trying to find out why the...