Dax
Dax
We're planning on reworking some of the APIs around our functions to better support configurations like this so unfortunately a PR at this point wouldn't be timely Can you share...
Some conflicts here now
We're planning on getting rid of `run.mjs` soon so this should not be an issue
Spent some time exploring our usage of `zip-local` which hasn't been updated in 5 years and only works with an outdated/vulnerable version of `jszip` Seems like we use it primarily...
this one is tricky because TS cannot infer the right type without more type info (like const) - which isn't possible in JS Can you write it as a ternary?...
Does this address the problem where currently in the example provided, if the process dies it is then restarted by the supervisor yet it doesn't register with Swarm?
So currently what is the best way to create a process that is managed by Swarm that should be restarted?
The following seems to fail to restart when Worker crashes. As soon as I take out `name:` it works normally ``` defmodule Worker do use GenServer def start_link(key) do GenServer.start_link(__MODULE__,...
I'm sending an abnormal exit message with Process.exit On Mon, Oct 31, 2016, 10:40 PM Paul Schoenfelder [email protected] wrote: > With simple_one_for_one, if the process exits with :normal, :shutdown, or...
Has there been any update on this?