Anshul Singhvi

Results 391 issues of Anshul Singhvi

This would probably be best put in the MapTiles.jl repo, but might also go into Tyler if we need Tyler's dependencies. I envision the method to be something like: ```julia...

enhancement

Consider the following MWE: ```julia using CairoMakie, DelaunayTriangulation data = rand(Point2f, 10) Makie.convert_arguments(::Makie.PointBased, ch::DelaunayTriangulation.ConvexHull) = (Makie.Point.(view(ch.points, ch.vertices)),) # just to make plotting easier f, a1, p1 = lines(convex_hull(data); axis =...

WIP. This aims to build the foundations for a ternary-axis layoutable, which can be directly plotted into. The PR also has some other minor changes which I needed for my...

I recently tried to use [Rasters.jl](https://github.com/rafaqz/Rasters.jl) rasters (basically `AbstractArray`s) with DataInterpolations, only for it to fail. This turned out to be because it essentially called `typeof(input_array)(multiplied_array)`, which wasn't defined for...

https://github.com/asinghvi17/GeometryOps.jl is a Julia package for (mostly) vector geometry operations. It's still pretty early stage, but I realized it could do half the operations in this benchmark, so wanted to...

This is a local PR so the documentation should be generated!

Things that need to be done for this: - Support for `assets` to load custom CSS - A custom theme for DemoCards, which: - Uses a version of @lazarusA's vue...

Tests #74 - being a local PR, this will post the documentation as a preview.

You can change link colors by editing the Vitepress brand CSS colors, this just needs to be documented

documentation
good first issue