Anshul Singhvi

Results 1167 comments of Anshul Singhvi

I'm using it locally but have a few fixes I need to push. Other than that it's great!

For your first point, we could probably edit that to be `plot_object = myplot!(ax, ...)` instead. But in general it should be understood that `plot` will give you a `FigureAxisPlot`...

Yes always, if they don't it's because we override the plot functions...

Yes always, if they don't it's because we override the plot functions...

> With the Observable it is using a fallback method in MakieCore and takes the dimarray as a normal array. This should never be the case. I wonder if we're...

Not sure if I filed an issue about this but have encountered this as well - spoke with @mortenpi about it and it seemed to be a parser issue. Problem...

MWE: ```julia julia> using Markdown; Markdown.parse("[something] (something else)").content 1-element Vector{Any}: Markdown.Paragraph(Any[Markdown.Link(Any["something"], "something else")]) ```

So it seems like this is somehow deliberate: https://github.com/JuliaLang/julia/blob/5c869cd363da605f51454be03c98fe4c1ec4ba5b/stdlib/Markdown/src/Common/inline.jl#L99 there's a `skipwhitespace` between the closing `]`and opening `(` in the Markdown.jl parser. But it was last touched 11 years ago....

Hmm, even if we do turn this feature off, I don't believe it will break anything in the sense of causing errors, but formatting will take a hit. Seems this...

The concepts here are still valid in v0.5, but the location may need to change...