Paul Berg
Paul Berg
I started to take a look at it, I will try to submit my work soon :+1:
oh I simplified my example a bit too much. It only happens when the re-aligned field is an union because in Julia they are represented as `NTuple{X, UInt8}` which does...
> [#368 (comment)](https://github.com/JuliaInterop/Clang.jl/pull/368#issuecomment-1009602873) has been implemented in #370 and merged to the master. Awesome! Sorry i didn't had time to update on this. I don't know whether or not it's...
> S is a Fxk random matrix with standard normal distribution, > > and use the result D when calculating the score map. I think you can simply consider the...
i made a portable version on [this notebook](https://pangoraw.github.io/Notebooks/testset) if anyone is interested (not sure why failing tests print tough) ! it also supports for loops and nested testsets. Edit: it...
Related: https://github.com/fonsp/Pluto.jl/pull/2014
Thanks for testing, the behavior is currently that logs are pushed to the right cell during expansion but the cell clears its logs when it's about to run. I need...
> @Pangoraw could you update the TODO list? The most problematic is point raised by @disberd where macro expansion logs are dropped when the cell is run, making them impossible...
The difference with 1.6 is caused by this change: https://github.com/JuliaLang/julia/pull/40546. Each eval is made in a different task in Pluto, thus the RNG is not inherited.
Seems related to #2121, one workaround can be to use `Pluto.run(capture_stdout=false)`