Alberto Mengali

Results 40 issues of Alberto Mengali

@ronisbr I started creating a mockup of the HTMLDecoration before you merged. I leave it here in case you want to use it as baseline.

In current Pluto the methods are deleted only if the `file` entry in the method signature is marked with the cell_id of the cell where that method is defined (by...

The `load_notebook` function loaded and re-saved the notebook if not called with a flag to disable writing. Before this PR, since the indirect dependency of disabled and skipped cells was...

While doing some weird macro stuff, I noticed that logs messages generated inside a macro function body can be sent as logs to cells below the one calling the macro....

macro
logging

I noticed that when using macros to generate block of code that contains custom struct and custom methods defined on those, older methods are not deleted upon re-run. This is...

bug
backend
reactivity
macro

I found this issue while trying to send PlutoPlotly plots into logs via the `@info` macro. It seems that putting object with `publish_to_js` inside logs mostly breaks. For scalars, `publish_to_js`...

bug
frontend
display & PlutoRunner
logging

When creating custom structures with `@with_kw` from Parameters.jl, eventual docstrings that are added to the custom structure are not parsed/shown by the in-built Pluto doc helper: ![image](https://user-images.githubusercontent.com/12846528/141753470-50bbc411-e395-42d2-b91f-72fea22c33ae.png) definition with `Base.@kwdef`...

other packages
macro

I came into an InexactError error when using Tullio to perform reduction and then abs2 over complex vectors. The MWE might be easier to explain the issue: ```julia using FFTW,...

**Describe the bug** When trying to access the "customdata" field during plotly events, no data is returned to Julia even though such data exists in the original plot data. I...

Forgive for not abiding by the issue format but this is more a question on how to do something with surfingkeys if possible. I would like to use surfingekys pdf...