MarcMush
MarcMush
It looks like it's not working with IJulia, which means my PR shouldn't work either https://user-images.githubusercontent.com/35898736/165163043-8dde54b2-afa1-46a4-a846-571620ab08f7.mp4 you can probably open a new issue for that
The problem appears when two parallel tasks try to erase and write at the same time Using `next!` with a `ParallelProgress` will be possible with #157
This is the same issue as #239 My solution is https://github.com/KristofferC/OhMyREPL.jl/issues/239#issuecomment-826727682 (or #240)
yes! even 24bit colors seem to work 
also, that's why I added the new variable `SUPPORTS_256_COLORS`, to easily exclude under other conditions
an equivalent to `IJulia.clear_output` would be useful for https://github.com/timholy/ProgressMeter.jl/issues/231 (#2473)
can this be merged?
Is there an issue opened in IJulia for this ? offsets don't work because of it (#238)
what happens in the loop is only `put!(channel, true)`, and I see the same behavior when doing only this (I only tested with 20_000 because I don't have that much...
I added tests and fixed some bugs due to overshooting @ianshmean it wouldn't be difficult to change it, by passing `NamedTuple`s instead of `Int`s in the `RemoteChannel`