Anshul Singhvi

Results 385 issues of Anshul Singhvi

``` ┌ Warning: Unable to determine HTML(edit_link = ...) from remote HEAD branch, defaulting to "master". │ Calling `git remote` failed with an exception. Set JULIA_DEBUG=Documenter to see the error....

Type: Documentation

On the advice of the compiler team, we should step away from using the `Module(name)` constructor and instead eval in a module via an Expr. This simply changes the way...

Type: Enhancement

I'll update the other PR when this is merged.

Type: Maintenance
Skip Changelog

In makedocs, the way to specify `pages` is currently pretty rigid - you can only pass in a very rigid nested array of strings (and indicate title / page path)....

```julia using Tables tbl = map(rand(10), rand(10), ["abc" for I in 1:10]) do c1, c2, c3 (; c1, c2, c3) end Tables.istable(tbl) # true Tables.columnnames(tbl) # () Tables.schema(tbl).names # (:c1,...

e.g. https://github.com/SciML/Surrogates.jl/blob/master/lib/SurrogatesAbstractGPs/src/SurrogatesAbstractGPs.jl looks very convertable to an extension - the struct can be defined in an `extensions.jl` in the main package, since it's just a parametrized wrapper.

``` "name" = "Juliainstaller" "operating_system" = "Ubuntu 24.4.0 (noble) [64-bit]" "crate_version" = "1.17.19" "explanation" = """ Panic occurred in file 'src/bin/juliainstaller.rs' at line 507 """ "cause" = """ called `Result::unwrap()`...

The sponsor link on the Github front page of the repo seems to point to Bonterra's website.

It would be great to get rid of Compat.jl, and I have a PR that gets rid of InteractiveUtils as well