MarcMush

Results 58 comments of MarcMush

from https://docs.julialang.org/en/v1/manual/types/#man-custom-pretty-printing: > As a rule of thumb, the single-line show method should print a valid Julia expression for creating the shown object. so we should print every non-default parameter...

does it happen only with JupyterLab? not in a local jupyter notebook or in the terminal? do you have a MWE? even if it happens 1/100 times, it's a start...

I'm not sure what's the difference, i've only ever used [Ijulia](https://github.com/JuliaLang/IJulia.jl) with (i guess) the classic jupyter notebook > In addition to the classic Jupyter Notebook, IJulia also works with...

https://github.com/JuliaLang/julia/issues/6297 might be similar but it's very old and doesn't really has a resolution

I'm open to other suggestions

it looks ok but is there a problem you came up across? Does this test something that wasn't tested before?

we've had problems with threading (#232 and linked discussions) and there can be more done to improve multi-threading (#333, #157) I wrote this to try to catch unsafe threading https://github.com/timholy/ProgressMeter.jl/blob/cd0414fa75b51fae39c16436021002cfee21bb88/test/core.jl#L174-L184...

@timholy yes I will be more careful