szafna

Results 3 comments of szafna

@quinnj , how can be this approach used in case I have Array in a Structure. Ex: ```` Base.@kwdef mutable struct MyStruct par1::Int = 10 par2::Union{Array{Int,2}, Nothing} = nothing end

Hi, @essenciary I've did some additional tests and found out: -if observables is changed in REPL - ex: myobject.data[]="something", stacktrace is written to stdout/stderr -if observables is changed in browser,...

@hhaensel the 4th workaround, I am aware, is to put in a try catch in on() do block.