Anshul Singhvi

Results 1166 comments of Anshul Singhvi

I don't think so - GeoInterfaceMakie will only ever load after GeoInterface and Makie are both loaded, i.e., after Makie is loaded (because that triggers the check for applicable extensions...

https://github.com/JuliaGeometry/GeometryBasics.jl/pull/212

> `[14] convert_arguments(::Type{Heatmap}, ::IntervalSets.ClosedInterval{Quantity{…}}, ::Vararg{Any}; kw::@Kwargs{})` This stuff is meant to be handled by `expand_dimensions`, so implementing #720 may help here.

Do you have an MWE, or are you using a non standard provider? With WGLMakie everything seems fine to me, even displaying in VSCode's plot pane. Also, are you running...

Do you have anything else in the layout?

The `visible` attribute probably needs to be propagated to the linesegments plot in the text recipe (`src/basic_recipes/text.jl`).

This is ready to merge.

Hey, I don't have write access here so unfortunately can't spin up a local branch. There is one error I'm seeing locally that I wasn't before with the demo card...

Thanks for the PR! I don't think this qualifies as breaking if it's just changing the type of the error? Any situation that triggers this would have errored anyway.