Fons van der Plas
Fons van der Plas
Thanks for the issue! I think we can add a `more...` button to show all logs, just like we do for long arrays:
I labeled this as a "Good First Issue"! If you learn the basics about React Hooks, this should be easy to implement! Also take a look at how we implemented...
Thanks for bringing this up! Cool topic I think ideally, each session on the live website has its own state running on the PlutoSliderServer. So if two people are using...
Could we do something about this? All MacOS Julia 1.6 tests are failing now... Maybe we could just silently download the x86 binary?
Feel free to make a PR! Should not be too complex :)
Hey Jürgen! There are a couple of things that I want to consider before releasing: 1. Exposing CSS features: should we add lots of API like a keyword argument for...
Hey! Little update! The plan is to release this as a separate package, `PlutoLayout.jl`, and to support this syntax: ```julia @vbox([ plot(rand(x)), @bind x Slider(1:10), ]) ``` # Reactivity Note...
Hey! Sorry for replying a year late! Why don't you move the hidden cells to the bottom? One problem I can see with hiding folded-and-empty cells is that some notebooks...
Pluto supports `JULIA_DEPOT_PATH` And package installs and precompiles indeed use the custom depot. @donovaly Can you post an example (video, screenshot etc) where you show us what happened? I suspect...
ah i see! the log you see there is just showing where the project.toml is stored (based on the TMPDIR variable which is on C by default), but the depot...