Fons van der Plas
Fons van der Plas
Please **create a new issue** if you find something - https://github.com/fonsp/Pluto.jl/issues/2840 - https://github.com/fonsp/Pluto.jl/pull/2841 - https://github.com/JunoLab/FuzzyCompletions.jl/issues/19 - https://github.com/JunoLab/FuzzyCompletions.jl/pull/20 - https://github.com/fonsp/Pluto.jl/issues/2939 - https://github.com/fonsp/Pluto.jl/pull/3004 - https://github.com/fonsp/Pluto.jl/issues/3171 - https://github.com/fonsp/Pluto.jl/pull/3174 - https://github.com/fonsp/Pluto.jl/issues/3175 - https://github.com/fonsp/Pluto.jl/pull/3182 -...
This builds on top of https://github.com/fonsp/Pluto.jl/pull/2989 by removing the mechanism all together... Needs more testing but I think we can do this!
If I type `hello = 123` in one cell, but I don't submit, then other cells should autocomplete `hello`. This is also important with autocomplete on type, which will currently...
@savq did incredible work on the Julia parser! https://github.com/JuliaPluto/lezer-julia/pull/7 Fix https://github.com/fonsp/Pluto.jl/issues/2943
When no docs were found, query again after a cell completes running
Out website should say how you can reach other pluto users!
defining the same name twice disables the old cell but when you fix it, the old cell stays disabled and maybe autohide md
In this notebook, the last cell is stuck running forever and can't be interrupted. ```julia # ╔═╡ b0d2f6ee-53d9-11ef-1488-89e1652a0a68 using Observables # ╔═╡ 5826d8f7-9aeb-438d-b426-ac166ab9800c using PlutoHooks # ╔═╡ dcc6a1e5-29ea-4f57-9bc6-cbaa923c0e2c obs =...
Attempt to fix #17 with help from https://github.com/JuliaPackaging/Yggdrasil/issues/9233#issuecomment-2280338850 💛