Alberto Mengali

Results 53 comments of Alberto Mengali

I guess fails on julia nightly are not related to this PR

@fonsp Yeah your comment makes sense, I changed the tests to only do a single test to verify that a coverage file is created for some package under development (I...

Not sure why this fails on macos 1.10 and I do not have a Mac to debug :(

@pankgeorg I created a repository last week to experiment with javascript and bundling that might be relevant for this. The repo is at https://github.com/disberd/PlotlyArtifactsESM and it automatically bundles and release...

@fonsp you are right, it should. But the point I was trying to make showing the running time of the cells is that they are also running (when cell are...

I didn't realize this was a julia flag :D. Thanks I'll make a PR

@dorn-gerhard since you are already defining a module for your things, if you are wililng to simply put it inside a package structure you can try `@fromparent`/`@frompackage` from https://github.com/disberd/PlutoDevMacros.jl. You...

Implementing the explorable mandelbrot set is so much easier with this PR! https://github.com/fonsp/Pluto.jl/assets/12846528/009a01c1-8ad5-49c5-b7e1-98ff68ac8c5e This code simply recomputes the mandelbrot set with a fixed number of points per dimension (500 over...

I confirm that with the current status of this branch I am not able to reproduce any of the examples currently shown here as I also get a JS error...

Amazing @fonsp, I am gonna start trying out many things to see if it breaks :D. The mandelbrot notebook works with Pluto#main and [email protected] 🎉🎉🎉 Updated Mandelbrot notebook ```julia ###...