Travis DePrato

Results 76 comments of Travis DePrato

Thanks for the response! It still happens occasionally without the `@show`s. Running ``` for i in 1:20 display(scatter(svdvals(A); xlabel="Index", ylabel="Singular value")) end ``` ended up with 1/20 of the plots...

It doesn't seem to be an issue in Safari... strange. Must be an SVG rendering bug in chrome?

I think there might be something in the argument parser that's breaking on values that have `--` prefixes? ``` $ mypy_clean_slate -r --mypy_flags "--disallow-untyped-calls" usage: mypy_clean_slate [options] mypy_clean_slate: error: argument...

Yeah, @sehrope your interpretation of what I'm suggesting is correct. Sorry if my phrasing in the original issue was unclear! I'll edit it a little bit for clarity.

This is probably an issue with CodeMirror which is what JupyterLab uses to do syntax highlighting. https://github.com/codemirror/codemirror5 IJulia itself has no control over syntax highlighting in the web frontend.

I just ran into this. At least while using `react-plotly.js`, passing objects that are immutable (they've been `Object.freeze`'d) results in Plotly just not rendering anything and showing no output (no...