Results 443 comments of cormullion

That's great! Will follow the Cairo PR with great interest!

Hi! I have no idea what's going on here. :) Without specifying a font for `text()`, I don't see a character, just an empty rectangle. With a suitable font selected,...

Ah, have you got more than one SVG image in your notebook?

Might be https://github.com/JuliaPlots/Makie.jl/issues/952 but for Pluto...

Sorry, I don't know enough about Pluto's Markdown and the use of expressions here. If you just use simple code cells the SVGs don't look like they interact badly: Similarly,...

Hi! I don't know, but it might be some bad coding on my part, because when VS-Code for Julia was released I didn't add proper code to handle it, [like...

I've asked Seb on Zulip (https://julialang.zulipchat.com/#narrow/stream/234266-vscode/topic/Avoiding.20double.20display/near/263703734) if my proposed solution will work properly (it works on my testing but I don't know how complicated things can get with VS-Code... :)

Would that require adding a dependency on VSCode though? I want to remove the Juno dependency one day, and don't want to add another...

I tried this: ```julia if (get(io, :jupyter, false) || Juno.isactive() || (isdefined(Main, :VSCodeServer) && VSCodeServer.PLOT_PANE_ENABLED[]) && (d.surfacetype == :svg || d.surfacetype == :png)) return d.filename end ``` But that didn't...

Yes, it’s confusing. On master at the moment is my previous attempt, which might be better than the release version. Unfortunately the RSVG issue (broken Rust tool chain 🤷😱🤔) prevents...