Fons van der Plas

Results 845 comments of Fons van der Plas

Hey! The problem in our project is that we version-pinned the esm.sh URL to future-proof the import. So we used ```js import ManyKeysWeakMap from "https://cdn.esm.sh/v64/[email protected]/es2021/many-keys-weakmap.js" ``` with the assumption that...

Hi @ije, could you take a look at this?

Maybe we should store the env somewhere else that will not get deleted, like in a Scratch.jl space? With Scratch.jl my only question is how to clean up the environment...

This is where we create the directory: https://github.com/fonsp/Pluto.jl/blob/ac2c422ddbaf76c1e041be9019977e348400e6da/src/notebook/saving%20and%20loading.jl#L276

Running into this issue myself! It leads to weird errors...

I asked for more information about Scratch spaces, it would be nice if the auto cleanup was done by `Pkg.gc` instead of having to implement this ourselves: https://github.com/JuliaLang/Pkg.jl/issues/4152

Fix is merged! Will be released in Pluto 0.20.19

hey @BioTurboNick sprry for the late reply! Pluto uses Pkg (and RegistryInstances.jl) for this. Which Pkg call do you think caused the error? You could take a look at our...

Hey @BioTurboNick ! In your last comment, you used a `Pkg.add` call inside a cell. In that case, the error message displayed in the notebook comes from Pkg.jl, and it's...