Andriy Drozdyuk
Andriy Drozdyuk
I think this is one of the biggest selling points of an actor system. Stopping an actor SHOULD stop all of its children. Without this, we are back in the...
Pykka is lacking the true "stop" functionality. The current implementation is really the "Poison Pill" implementation from Akka: http://doc.akka.io/docs/akka/snapshot/scala/actors.html#Stopping_actors This processes all messages in the inbox, and then when it...
Currently (July 27, 2021) there are these dialyzer errors. I'm sure some are not important, but I'm placing them here just as a reference. ``` src/chumak_command.erl Line 295 Column 1:...
Re-implement all the zguide Erlang examples in Chumak: https://github.com/booksbyus/zguide/tree/master/examples This will serve to document the library and iron out any quirks in the library.
I think we need to set a specific version of Erlang as requirement, as I had some people run into issues when running old version of Erlang. I had the...
It's unclear whether this is an outdated version of zeromq binding (3.1) or an up-to-date ZMTP implementation.
Following these steps: https://docs.junolab.org/latest/man/remote/ When I click on the "Start Remote Julia Process", the remote matchine does run the ` Juno.connect(59921) ` command, but I get this error in atom:
Hi, I was just wondering what does this line do? It seems like the value of `done_bool` would always be `0`? https://github.com/AntoineTheb/RNN-RL/blob/master/main.py#L185
It seems if I have a shuffleobs and then wrap it in Flux.DataLoader, doing the `|> gpu` no longer moves the data to gpu :-(
I'm trying to use ode_def without a name and I'm getting this error: Here are my versions: