Dilum Aluthge

Results 176 issues of Dilum Aluthge

Please do not merge this PR until Julia 1.9 has been released.

Users often confuse the date of the Git tag with the date of the official release announcement. For a recent example, see [this Discourse thread](https://discourse.julialang.org/t/unable-to-download-julia-1-8-1/87027). However, I have seen this...

builder request :pray:

@ablaom @tlienart @vollmersj Any thoughts on moving this repo to `JuliaAI` as well?

> I do think that we should have an open source script that mirrors the Julia Computing storage servers and serves them statically. That will act as a backup in...

I'd like to set up a static server, but I only want to host a subset of packages. What would be the best way to accomplish this? I guess one...

The current Julia compat entry in `Project.toml` is: ```toml julia = "1.3" ``` But https://github.com/StefanKarpinski/PkgServer.jl/blob/master/bin/gen_static.jl#L132 has: ```julia for reg_dir in readdir(depot_regs, join=true) ``` In Julia 1.3, `readdir` does not accept...

I can conditionally load code like this: `ExampleOne.jl`: ```julia module ExampleOne using Requires function __init__() @require JSON="682c06a0-de6a-54ab-a142-c8b1cf79cde6" begin function hello() println("Hello world!") end end end end ``` But code loaded...

If I hit my rate limit, it would be nice if GitHub.jl would automatically do an exponential back-off. This would be an opt-in feature.

I don’t know a lot about GraphQL, but it would be cool to eventually have support for Github’s GraphQL API.