Anshul Singhvi
Anshul Singhvi
Does Rasters check the `valid_range` CF attribute at all?
It turns out there's an attribute `_Unsigned` in CF which controls whether the type is signed or unsigned?!! No idea why they don't just encode it in the type like...
I think this is in the docs build but it didn't show where the error came from...
Yeah that would be nice! Maybe we can multiple dispatch on lift, so that it is actually a function. People have already been trained on `lift` :D so it's just...
Yeah, that only has access to the token on internal PRs for security reasons on Github's end, so not an issue!
Looks like this is caused by a change in Makie - `PlotList` plots which we use here are no longer decomposed and splatted into the scene. Will look into a...
If you need this immediately, there is a one line solution - define the following function by running this code in your Julia session. ```julia Makie.get_plots(p::Makie.PlotList) = p.plots ``` Then,...
It doesn't, but it could be added relatively easily I think?
I would just add it to the DocumenterVitepress docs, we don't actually have tests at the moment 😅
We might be doing an mdflatten where things should go into the rendering pipeline...