MarcMush

Results 58 comments of MarcMush

It should be possible to mimic the Pkg.jl progress bar with #157 (not exactly but close)

It looks like using logging (#102) would be needed because of https://github.com/fonsp/Pluto.jl/issues/1988

an equivalent to `IJulia.clear_output()` would be needed (https://github.com/julia-vscode/julia-vscode/issues/2473)

another option could be to have an global option similar to `IJULIABEHAVIOR[]` and `CLEAR_IJULIA[]`

this is a draft of an alternative to #222, it's probably not hard to finish (some copy-paste and testing). I might work on it when I have the time but...

This is still in progress, I will continue working on it

fixed by #322 with `safe_lock=true` (default is `false` if `nthreads()=1`)

Could this be done by adding an option in the constructor of the Progressbars or in `next!`/`update!` instead of a new type of Progress ?

I believe it's more versatile to add this as an option (what if someone wants this but with colors, or with a `ProgressUnknown`/`ProgressThresh`) I made a draft of what it...

fixed by #284