Results 33 comments of Luke Burns

Some points from our conversation as I remember, in case others have thoughts... One downside to this approach to replay prevention is that it depends on "network conditions" -- if...

Workaround also fails for me. I get `@everywhere not defined` and `Distributed not defined` when I try to access it via `Distributed.@everywhere`. This behavior is unexpected: Why is this happening?

Quick and dirty workaround for `addprocs` and `@everywhere`, in case it's helpful to others. ```jl ### A Pluto.jl notebook ### # v0.14.3 using Markdown using InteractiveUtils # ╔═╡ 797267f8-c7e6-4cb3-81d9-3ccc12956f56 begin...

Thanks for the rec, I'll read up on Reflect. _.raw is used internally by morphable to access raw state. Normally it just uses the observer-util raw function. The trouble is,...

If you overload raw, would it make sense to have it return the return value of the function passed to it? So the example above would become... ```js let {...

Hm nvm, that defeats the purpose. Might as well just use `raw(state.time)`.

Suppose you have an observable object sandwiched between many other proxies (e.g. a logger, an observable, a db binding, and an immutator). Without something like an ignore function, one has...