Simon

Results 987 comments of Simon

I am not sure what your problem is. If you don't use `set_cleanup_time`, you should not run into this at all. Soft closed is (mainly) used for VSCode, to switch...

Oh maybe we measure the 20s incorrectly from session creation, and not from when the session got rendered and is ready to connect...Then 20s would indeed be too little and...

Closed in favor of https://github.com/SimonDanisch/Bonito.jl/pull/239

Maybe we should by default translate 2d maps back by 10 or so...

Yeah this is due to our serialization protocol... I tried once to recover original Julia types, but it was a bit hairy, so I decided this should be good enough....

Is it the same as: https://github.com/MakieOrg/Makie.jl/issues/4771#issuecomment-2652325708 ? Did this start happening at some point and was working fine before?

Hm, maybe it's related and just doesn't lead to a segfault as often on your system. I think we found a fix for #4771, so maybe you can try that...

PR is up: https://github.com/MakieOrg/Makie.jl/pull/4782

Interesting that it happens in `refreshwindowcb`.. That gets triggert from the OS e.g. when the window gets focussed/uncovered. It maybe, that the context is not active, or it gets called...