Eric Davies

Results 196 comments of Eric Davies
trafficstars

Hmm, this sounds like the RemoteRef is being serialized using a ClusterSerializer. See https://github.com/JuliaLang/julia/pull/22836 I would expect the RRID to be 0 and for operations on the deserialized RemoteRef to...

The behaviour we're aiming for in our use case is actually to have the RNG copied each time, but that's outside this issue. You can replace the RNG with any...

But does that mean that mutating mutables captured with `@spawn` has undefined behaviour and *might or might not* mutate the same variable in other `@spawn` calls? The docs currently say...

> We're also working on a new Community Examples Repo as well where I think a Ray on Julia example could fit in as well. As of now (without this...

Dashboards and charts use IDs to disambiguate between same-named entities, but datasets do not; this issue is still present on 4.0.1 with YAML dataset exports. Unfortunately the original reporter closed...

I can look more this weekend, in the meantime can you make src/SafeBase.jl more BlueStyle? And add signatures to the new method docstrings that don't contain them.