Fons van der Plas
Fons van der Plas
Weird! What Julia version do you have? Do you have the armr64 or x86 version of Julia?
Could you delete `/Users/dpo/.julia/scratchspaces/6eb38059-8c05-41f7-8871-5e7e2697ace6` (or just all scratch spaces with `/Users/dpo/.julia/scratchspaces/` if you don't mind) and try again? Julia 1.10.4 with x86 should work.
@dpo Can you check if https://github.com/JuliaPluto/PlutoPDF.jl/pull/19 fixes your issue?
Feel free to comment if this is still an issue!
# New issues Could you make a **new issue** for every new bug? "Pipeline error" just means that *something* on the Node side failed, but these issues are probably unrelated.
@Technici4n Could you make a new issue and give the complete context? It might just be that you gave the wrong htm paths. If you look at the PlutoPDF.jl source...
@blegat Can you share the repo URL? Please reply in a new issue
In Pluto we optimized the JuliaMono font loading quite a bit, in the end we settled on this: editor.css ```css @import url("./fonts/juliamono.css"); :root { --julia-mono-font-stack: JuliaMono, Menlo, "Roboto Mono", "Lucida...
Btw @xal-0 thanks for your work, this is a really good list, spot on! I think the performance and look of the Julia doc pages is super important, it reflects...
I am curious to hear from others as well. If you have a situation where you want to disable the new AI syntax fix by default, could you write a...