Anshul Singhvi

Results 385 issues of Anshul Singhvi

We wanted to add some custom components (external links https://github.com/SciML/SciMLDocs/pull/240, commercial support icons, etc.) but the current structure of MultiDocumenter constrains this to MultiDocRef. This PR introduces an abstract supertype...

Hey! This looks like a very cool package. Over in https://github.com/JuliaGeo/GeometryOps.jl we are now looking into spherical geometry processing, so things like spherical caps, intersection / area / distance on...

Would there be interest in moving the `showprogressdistributed` function to a package extension on Distributed? It could shave ~30 ms off load times for any package that uses ProgressMeter. I...

It seems that Julia nightly desires all method definitions of names that have not explicitly been imported to be qualified (with e.g. `$module.$name`.

I get a MethodError with ``` (@v1.11) pkg> st -m Graphs SimpleWeightedGraphs Status `~/.julia/environments/v1.11/Manifest.toml` [86223c79] Graphs v1.12.0 [47aef6b3] SimpleWeightedGraphs v1.4.0 ``` ```julia julia> reverse(subgraph) ERROR: MethodError: no method matching reverse(::SimpleWeightedDiGraph{Int64,...

I just used SymbolicRegression.jl to fit an equation to a DimArray. Specifically, given a dimarray with n axes, I am able to run SymbolicRegression via a wrapper to obtain an...

ecosystem

```julia using Makie, Rasters r1 = Raster(rand(X(10), Y(10)) heatmap(r1; axis = (; title = "Your title")) ``` the title doesn't show up

bug
plotting

This is pretty inscrutable, but I'm not sure where the best place to intercept this is. ```julia julia> dem[At(X(1)), At(Y(1))] ERROR: MethodError: no method matching isless(::X{Int64}, ::Float64) The function `isless`...

errors