-
Error while trying to register: "Julia version < 0.7 not allowed in [compat]"
```toml
[compat]
julia = ">= 1.6, < 2.0"
CSV = ">= 0.10, < 1.0"
Clustering = ">= 0.15, < 1.0"
Combinatorics = ">= 1.…
-
lately i spent some time writing a julia package to analyze the dependency graph of the Julia General registry https://github.com/JuliaRegistries/General/ with https://github.com/anandijain/MyPkgGraph…
-
Refer to [this discussion](https://discourse.julialang.org/t/curious-csv-round-trip-problem/118334) on the Julialang Discourse:
>Can you file an issue against `CSV.jl` on GitHub? There’s probably a…
-
@JuliaRegistrator register()
-
not sure if this is specific to my arch or julia version
```julia
julia> versioninfo()
Julia Version 1.9.0-beta2
Commit 7daffeecb8c (2022-12-29 07:45 UTC)
Platform Info:
OS: macOS (arm64-apple…
-
On 1.8-rc1/1.9.0-DEV.1065, but fine on 1.7
```
@v1.8) pkg> generate SomePkg
Generating project SomePkg:
SomePkg/Project.toml
SomePkg/src/SomePkg.jl
shell> mkdir SomePkg/test
sh…
-
Every time I execute a source block with Julia (e.g. `C-c C-c`), I get the message `Code block produced no output` The source blocks start a Julia REPL but do not send any lines to it. The error prov…
-
As seen on DiffEqGPU.jl:
```
caused by: NSError: Compute function exceeds available temporary registers (AGXMetal13_3, code 3)
Stacktrace:
[1] MTLComputePipelineState(dev::Metal.MTL.MTLD…
-
- [x] what version of Makie are you running? (`]st -m Makie`) v0.21.9
- [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`) yes
- [x] What platform + GPU are you…
-
The following ideal is passed to Singular after expansion of the coefficient field of the principal ideal
generated by [this irreducible polynomial](https://github.com/oscar-system/Oscar.jl/files/15…