Sebastian Pfitzner

Results 682 comments of Sebastian Pfitzner
trafficstars

IIRC this came up on Slack with a reference to MLJ.jl, but technically outputting ANSI color codes in `show` methods without the user/`IOContext` asking for it is wrong. Would still...

True true. This is only relevant for code ignorant of the (questionable) beauty of HTML ;)

Might be related to https://github.com/GiovineItalia/Gadfly.jl/issues/1256.

This is a Julia bug and should be fixed in 1.8 ([ref](https://github.com/JuliaLang/julia/pull/43154)).

This is an issue with Plots' svg rendering (or something like that): ``` using DelimitedFiles using Plots y = readdlm("x1.txt") p = plot(y[1:300], ylim=(-5,5)) savefig(p, "plot.svg") ``` produces ![plot](https://user-images.githubusercontent.com/6735977/183388256-3e50fe80-a653-4a0f-8c34-845164b763dc.svg)

It doesn't seem particularly hard to teach the LS to handle implicitly connected documents, I think. Last time I played around with the proposed notebook API it felt very natural...

> Do I have this right? is this what this issue is about? Yes.

Obviously not. You would see an update here otherwise.