Anshul Singhvi
Anshul Singhvi
Sweet. I'll get to this at some point in the next few weeks unless someone else does it first :D
@bencurran98 worked on this at the hackathon, FYI so people don't pick this up and duplicate work!
GeometryOps already implements everything except buffer, convex hull, relate, and symdiff. I guess GeometryOps would define generic dispatches for all trait combinations, and then any GI consumer package can handle...
We can always add an error hint that checks whether GeometryOps is loaded in the current environment...I do something similar for reproject there. Checking `Base.loaded_modules` should work.
> Not really sure why we have the package.json and .vitepress directory here? The build should be seamless (i.e. that you don't configure anything outside of the makedocs call). It...
That is a good point @ToucheSir. It's been working better than the regular search for some searches, but I hadn't seen this before. I am assuming that Documenter.jl is able...
Would it make sense to store those as Literate/Weave notebooks instead, so that they can be included in this website?
In terms of plotting tables you may be better off using AlgebraOfGraphics. The forcing is a bit tricky though, there's not a good heuristic to know whether you want to...
Does this still make sense, if `DelimitedFiles` is no longer baked into the system image? It may increase load time.
Right, but unless I'm missing something, the colormaps here are not included in colorcet, so we'd have to generate them. They look fine now, this is more of a nice-to-have.