Alberto Mengali

Results 100 comments of Alberto Mengali

@vambrosi, on my laptop I do not see the same flickering as you (at least on my notebook). There is some kind of misalignment only seldomly when zooming in (twice...

Wouldn't this break packages that use notebooks as included files (unless they explicitly avoid using PlutoPkg). I didn't try the PR but it would seem from the code that when...

To whomever might still be interested in this functionality, with the new macro analysis capability I did implement a small macro [here](https://github.com/disberd/PlutoUtils.jl/blob/master/src/ingredients_macro.jl) to extend the `ingredients` functions above to also...

@Pangoraw this would be very nice. Any reason not to push your notebook example for this PR? Seems a very useful feature without any apparent immediate drawback (it won't break...

Thanks, Yeah this has been parked for a while. Next time I manage to speak to @fonsp I'll try to see if it can be pushed forward or it's better...

This was fixed in Pluto with https://github.com/fonsp/Pluto.jl/pull/2607, which is merged but still not released

Closed with #21 and now that Pluto v0.19.28 contains https://github.com/fonsp/Pluto.jl/pull/2607

@fonsp Just tried on 0.19.45 (and on main) and it does not seem to be fixed. To be clear, this only happens when opening an existing notebook and the clicking...

This is proably related to your point 3 above, but my code relying on having custom struct interpolation inside tags breaks on 1.10beta2 as it throws from this line: https://github.com/JuliaPluto/HypertextLiteral.jl/blob/2bb465047afdfbb227171222049f315545c307fb/src/script.jl#L103...

I don't have any clear way forward here unfortunately. Putting checks with `hasmethod` or `try -catch` creates a performance penalty compared to the currently generated function or a direct call...