-
Hey, just wanted to ask you, if in the context of https://github.com/elixir-nx/bumblebee/pull/403 it would make sense to vendor the libs and support precompilation as mentionen by the `bumblebee` main…
-
Hi, I am new to Julia and am trying out parallelization using MPI. However, while installing it, I got some precompilation error that suggests some dependencies on HDF5 are having trouble.
```
(@v1…
-
Hi, I found an issue when working with precompilation and nested derivatives.
The tag count system is setup such that the inner derivative receives a tag with a higher `tagcount` than the outer der…
-
I'm trying to run [finicky whiskers](https://github.com/fermyon/finicky-whiskers) and it is failing when using an OCI artifact (as opposed to a scratch container). Containerd logs:
```
time="2024-…
-
I have the following error when adding `GraphIO` and `ParserCombinator` in a brand new Julia session:
```julia
Warning: Module GraphIOGMLExt with build ID ffffffff-ffff-ffff-0000-177dba44e6bc is m…
-
Make two packages `Foo` and `Bar` that depend on each other:
```julia
$ cat Foo/src/Foo.jl
module Foo
using Bar
println("Executing Foo!\n")
end # module Foo
$ cat Bar/src/Bar.jl
module Bar
us…
-
When I try to use TestReports.jl on Julia 1.11.0-rc1 (2024-06-25) I get a crash before any tests run. Here's what happens:
```julia
julia> using TestReports; TestReports.test("WesVAR")
[ Info: Te…
-
Hi!
I am seeing a huge precompilation overhead using Julia 1.11:
**Julia 1.10**
```
julia> using PrettyTables
julia> A = ones(2, 2)
2×2 Matrix{Float64}:
1.0 1.0
1.0 1.0
julia> @time pretty_ta…
-
See https://github.com/jump-dev/SumOfSquares.jl/issues/382
cc @kocvara
-
In my Pluto notebook file, I have the following line in the very beginning:
```
using Markdown, InteractiveUtils, PlutoUI, Plots, LaTeXStrings, LinearAlgebra, FFTW
```
When I first connect this no…