Fons van der Plas

Results 302 issues of 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: ![image](https://github.com/user-attachments/assets/69d13c80-80cf-414d-85c3-4235919c9d5b) ```julia import Plots import BrowserMacros Plots.RecipesBase.create_kw_body |> methods |> first |> BrowserMacros.method_url Plots.RecipesBase.create_kw_body...

bug

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: ![image](https://user-images.githubusercontent.com/6933510/98380345-bcab2900-2048-11eb-8dee-466e7d7cf3eb.png) It takes you to the line, which is great, but now I lost the stack trace....

frontend
user request
error display

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...

frontend
error display

https://user-images.githubusercontent.com/6933510/146938076-d2d92641-f6bb-49d5-b29d-884528be1f90.mov ![Schermafbeelding 2021-12-21 om 14 30 17](https://user-images.githubusercontent.com/6933510/146938143-e084769a-e777-49c9-963b-70bfb1b57318.png)

area-ls-linter

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...