Alberto Mengali
Alberto Mengali
Some idea in this discourse post: https://discourse.julialang.org/t/is-there-a-tool-similar-to-jupyter-notebook-but-not-dependent-on-python/93847/11?u=disberd
consider using macroexpand from the calling module inside flexibind to avoid re-defining bind_expr
Motivated by #3008, am posting an example where I found autocomplete on type to be very bothersome, that is when defining new functions as autocomplete on type completes with `(`...
Currently, if I create a type `MyType` and define a override `Base.show(io::IO, x::MyType)` or `Base.show(io::IO, ::MIME"text/plain", x::MyType)`, then I lose the default `show` method in Pluto, and there is not...
I have been trying the new test coverage features and it seems extremely cool, kudos for making this work! I have noticed that in my tests so far, the coverage...
While trying to create an MWE for #3685, I realied that coverage results of `@testitem` are only tracked once per _Test Process_ as seen below: The first time a testitem...
This PR will not be merged directly, but it tracks the progress towards moving the whole javascript machinery in PlutoPlotly into a separate JS library. Once this works as intended...
I am trying to do some benchmarks to improve the performance of `sideof` (see #988), and I found method errors very early with the following example, probably caused by missing...
This would automatically make plots in Pluto respect layout updates upon reactive runs