Alberto Mengali

Results 45 issues of Alberto Mengali

This PR implements a modification to the integrated Package Manager that allows one to specify custom commands for adding packages (in a form of strings as you would type them...

Pluto already uses highlight.js to provide synthax highlighting within code_blocks. This very small changes just attaches the `hljs` object to the window in order to be able to register new...

Plot are not correctly rendered currently inside Pluto logs: ![image](https://user-images.githubusercontent.com/12846528/166633688-307c23bf-b98e-4259-9890-99316b1254c9.png) This is caused by the `IO` hack that is used to keep persistence between multiple plot objects in the same...

bug

all the methods that directly modify a PlotlyBase.Plot object should be overloaded to also support the PlutoPlot object directly. Additionally, `make_subplots` from PlotlyJS should also be added [as seen on...

enhancement

Modifying existing plots from different cells and from the JS side is useful many times, especially if the plot is outputting some variable that is _bound_ on julia using `@bind`....

Is there a possibility to connect to an existing shared matlab session rather than creating an independent one for the terminal? I see that the MATLAB python API allows this...

enhancement

Recently (probably since the safe preview feature) all of the cells appear as running and have the running runtime counter active upon starting a notebook. With long notebooks with potentially...

bug
frontend

I have realized that when completely removing existing breakpoints (on the VSCode GUI) from a file, the removed breakpoints are not removed from the list of breakpoints stored inside `JuliaInterpreter`....

As suggested here: https://discourse.julialang.org/t/autocompletion-in-debug-console/66195 I am opening an issue to ask about the possibility of having auto-completion (like in the julia REPL) also in the VSCode debug console during debugging....

enhancement
area-debugger

Hi All, I have a question that would be helpful for adding debugger support for Pluto and I thought this would be the best place to ask. I have tried...