Arnav Sood

Results 33 issues of Arnav Sood

I think it would be great to show a small use of `ProgressMeter.jl` in one of the lectures (say, `more_packages`? Or maybe something with a long-running computation, like the `dynamic...

enhancement

Some of these are broken because the hardcoded test cases (e.g., `arnavs/InstantiationTest`) don't make sense anymore. I also don't see many tests of `github_project`... Need to fix this up before...

Check out https://github.com/arnavs/PkgUtils.jl/blob/master/src/environments.jl, see if this would be useful here.

Came up today: Would be great if people could authenticate to github for private repos. Maybe by passing some body content to the `GET` request? We'd be able to use...

enhancement

Quick note while I'm working on this stuff; it would be great to replace the current `README` (which is growing pretty dense/hard to read), with an actual `Documenter.jl` docs site...

enhancement

In this case, if you try activating `master`, I think it'll just fail. Better would be to check for this and gracefully it (i.e., print something like "you don't have...

enhancement
long-term

As with #19, we can provide a more human-readable error for failed `run(gen_unpack_cmd(src, dest))`, along with some formatted technical information (i.e., `tempdir()` location, command output, etc.)

enhancement

If I run something like this: ``` jupinx -w --files source/rst/more_julia/data_statistical_packages.rst ``` it works, but if I do: ``` jupinx -w -f source/rst/more_julia/data_statistical_packages.rst ``` or: ``` jupinx -wf source/rst/more_julia/data_statistical_packages.rst ```...

Now that Julia has an `LQ` type (in the `LinearAlgebra` stdlib), there's a name conflict with the type exported by the package. One way to handle this would be to...

bug
help wanted

Currently, there's no way to pass a number of iterations to the underlying `solve_discrete_ricatti`. So, if your problem doesn't converge in that method's default (51), you error out.

enhancement