Παναγιώτης Γεωργακόπουλος

Results 51 issues of Παναγιώτης Γεωργακόπουλος

Diffing with the initial notebook state can be significantly bigger than diffing with the "previous" state, especially if there is a file input somewhere. In this proposal we would send...

Every time you open Excel with the JuliaInXL extension on, you get a new REPL. It feels a bit intrusive, while at the same time the button to Launch Local...

- [ ] Listen for file save events from Pluto and notify extension to save (almost done) - [ ] Listen for file edit events and notify extension to apply...

VSCode doesn't like to update the whole document. It's much preferable to create a diff of the changes and pass that to VS Code.

enhancement
Host

Currently it destroys the webview without protection, so that closes the notebook.

bug
Host

Alternative to #4862, includes #4863 Replaces the download from CDN/scratchspace with an artifact

will fix: https://github.com/fonsp/Pluto.jl/issues/2771 (eventually) [WIP]: this is an attempt to bundle all the assets required for a static export to work completely offline, with all the assets bundled in the...

Memory management on a Garbage Collected language is something people usually don't think about. Julia is a _little_ bit different, in the sense that there isn't much memory monitoring going...

backend
performance

HTML exports created with Pluto often depend on third party resources from cdns (e.g. `jsdelivr`), but also from any resource the notebook may include itself (e.g. Plotly assets, external images...

enhancement

Starting with Julia 1.8, the sysimage internal manifest (here on `Ⅿ₀`) is included in every Pkg resolution. So, a new, fresh manifest is equivalent to `Ⅿ₀` ∪ `∅`. This is...