Fons van der Plas
Fons van der Plas
Not sure what i did here
Hey Adrian!! I found a little bug when a package comes from a monorepo, for example:  ```julia import Plots import BrowserMacros Plots.RecipesBase.create_kw_body |> methods |> first |> BrowserMacros.method_url Plots.RecipesBase.create_kw_body...
Hey David!! Would you like to submit a featured notebook about MusicTheory.jl? It will be featured on everyone's Pluto main menu and on https://featured.plutojl.org/. We have a PlutoSliderServer running so...
This is one is more open-ended: when you click on a stack frame:  It takes you to the line, which is great, but now I lost the stack trace....
New features: - Clickable URLs for functions from packages (thanks to @adrhill !!) - ~Show package name for external functions~ implemented in another PR - Icon to show that the...
https://user-images.githubusercontent.com/6933510/146938076-d2d92641-f6bb-49d5-b29d-884528be1f90.mov 
A user posted https://github.com/fonsp/Pluto.jl/issues/3059 where the REPL printed the following error after running `using Pluto`: ``` ERROR: InitError: type BasicREPL has no field interface Stacktrace: [1] getproperty @ ./Base.jl:49 [inlined]...
Hi! This PR adds the ability to override `can_fancyprint(io::IO)` for a self-provided IO by setting an IOContext flag: `:Pkg_force_fancyprint` can be set to true or false. # Why My use...
we could have more scrubbable styles, eg ``` ⬆️ 3 ⬇️ - 3 + ```
A widget that lets you pick a complex number: # TODO - [ ] put in package - [ ] drop shadow? - [ ] smaller? - [ ] show...