Oliver Schulz
Oliver Schulz
> For my own edification, do thunks help with deeply nested struct or tangent fields? I have to admit I'm not entirely sure myself, resp. if it will be possible...
> We can probably do something about this with the [vsls API](https://www.npmjs.com/package/vsls) Thanks @pfitzseb, that would be awsome. We've started to use LiveShare more and more, it's really a great...
CC @Cornelius-G, @waldie11 and @pbechtle who would be very happy about shared plots as well :-)
This would be really helpful. Had some crashes lately that forced me to start a separate terminal so I could see why things crashed.
> The last time I looked at WebIO.jl it was a very large package, brought in lots of dependencies, and some of them then started to install things into Jupyter...
Ah, thanks, @ihnorton! I should have read the release notes ... :-) So I'll change this into a feature request.
That would be handy - thanks!
@Keno, until there's a generic solution, would you consider changing the default to RTTI-enabled? After all, compilers usually enable RTTI by default, and parts of the C++ language don't work...
> LLVM disabled RTTI. Interesting, thanks, I didn't know that. Looks like they roll their own (apparently more lightweight) version of it. Clang itself does enable RTTI by default though,...