Fons van der Plas
Fons van der Plas
Probably stuck on line 2175 of PlutoRunner.jl, what happens if we remove it? > Op 19 mei 2022 om 21:31 heeft Paul Berg ***@***.***> het volgende geschreven: > > ...
Do you have an example package for us to test? Since we don't support stdout, I'm not sure if there's enough reason to add it
Hmmmmm but we also have HTML! Who wants ANSI colors if you can have `` and `font-family: "Comic Sans MS"`? ☺️
I don't think it's worth the effort! But counterexamples are welcome
https://github.com/fonsp/Pluto.jl/issues/983
Take a peek at how we supported colour in the package installation terminal: https://github.com/fonsp/Pluto.jl/blob/main/frontend/components/PkgTerminalView.js
@ctrekker frontend tests are fixed on `main`!!! ✅✅✅
Yeah that's cool
What do you mean?
Aha, for that you can use: ```julia md"A descriptive label for `var` $(@bind var Slider(LinRange(0, 20, 1001), default=10))" ```