Rafael Schouten
Rafael Schouten
I'm pretty sure this has been discussed as a thing ArchGDAL needs already, so a PR would probably be appreciated.
FieldMetadata.jl is a cool idea, but it sets metadata by defining new functions on an object. So you have method table state to think about if you ever want to...
Additionally, truly lightweight recursive rebuilding is possible with my [PR to Accessors.jl](https://github.com/JuliaObjects/Accessors.jl/pull/23). And thats probably the most generic place to put it. It hasn't been merged because Im too busy...
Yes ConstructionBase.jl is the natural place for this, and sharing these base methods across more packages was the original reason for it to be written. Flatten.jl, Setfield.jl and I think...
I'll most likely be there, also an author of GeometryOps.jl and in EU
Julia should have small compiled binaries soonish (currently they're too big). We will experiment with calling GeometryOps.jl from R and python. If R/Python packages are wrapping GEOS we may be...
Your repos are all switching to the version url, for some reason DD is trying to keep the pretty url `/stable` and it fails. I guess the only difference is...
Or is there some other setting?
It happens here too! https://luxdl.github.io/DocumenterVitepress.jl/stable/
Rasters has something similar, we check all the possible /vsi** https://github.com/rafaqz/Rasters.jl/blob/main/ext%2FRastersArchGDALExt%2Fgdal_source.jl#L11