Kristoffer Carlsson
Kristoffer Carlsson
Downstream issue: https://github.com/JuliaGPU/AMGX.jl/issues/21. The input matrix in that issue is singular but there seems to be some issue where instead of getting a well-descriptive error message, the more general `...
See https://github.com/JuliaPackaging/Yggdrasil/issues/4110
Notcurses allows you to build a core library (`notcurses-core`) which does not require you to depend on `ffmpeg` and a full library `notcurses` which depends on ffmpeg and gives some...
On 1.9: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/c6440b9_vs_d0156b5/Checkpointing.primary.log
Julia 1.9 shows these warnings when testing the package. The redundant type parameters can just be removed. ``` WARNING: method definition for rolling at /home/pkgeval/.julia/packages/RollingFunctions/4Jh9c/src/roll/rolling.jl:44 declares type variable N but...
I have a build on cygwin on Windows and encountered some problems. This seems to resolve it (can build SpecialFunctions.jl now). Without the `escape_string` I got: ``` tar: C\:\\Users\\Kristoffer\\.julia\\packages\\SpecialFunctions\fvheQ\\deps\\usr: Cannot...
https://github.com/StefanKarpinski/Pkg3.jl/pull/25 attempts to implement asynchronous downloading and unpacking of tarballs for getting the packages. There was some problems on Windows that resulted in a deadlock I have made a branch...
``` julia> m = @which GitHub.pull_request(Repo("JuliaLang/julia"), 33779) pull_request(repo, pr) in GitHub ``` In general, the '@api_default` is pretty annoying. It needs to be put on all methods and I don't...