-
I recently tried to compile an app using
```
PackageCompiler.create_app(package_dir, target_dir, force = true, precompile_execution_file = build_dir * "/generate_precompile.jl")
```
but without l…
-
Right now, on the GAP side, all T_JULIA wrappers are marked as immutable. This allows us to provide trivial copying operations for those objects. But of course this unsatisfying, and has immediate und…
-
Hi,
thanks for the package, exactly what I need!
But, my machine has Pylon 6 installed
```
ls /opt/ | grep pyl
pylon6
```
which somehow fails:
```julia
export LD_LIBRARY_PATH=/opt…
-
This is a segfault I am seeing on Python 3.12 related to garbage collection, when trying to do PyJulia work. I also asked Python mailing lists whether there were any changes in the Python GC that migh…
-
...where division means "equivalent to multiplication with inverse" and pseudo-division means "equivalent to multiplication with pseudo-inverse" (with equivalence neglecting any numerical issues). Bri…
-
On Windows (but not Linux or OSX) calls to `fma()` somehow break the overflow handling.
```julia
julia> h, x = floatmax(Float128), Float128(1)
julia> h + h
inf
julia> fma(x,x,x);
julia> h + h
…
-
turns out this behavior isn't exactly desired lol. So the way archlinux packages julia is to install the libs like:
```
> yay -Ql julia
...
julia /usr/lib/julia/
julia /usr/lib/julia/libccalltes…
-
Hi all,
I am looking for the julia bindings to the latest release.
I only could find the old julia package from Sunny Xu
https://github.com/SunnyXu/RoadRunner.jl
If I use the package I get onl…
-
This is not an issue with Zarr but I suspect @meggart and other Zarr.jl contributors are the right people to comment on developing Kerchunk-Like functionality for Julia.
https://discourse.julialan…
-
This is a more complicated case than #13183, and its root cause seems to be different since it persists after 9f72db1a1a94cbb8e365e00dd92b141e956c1b74. But if you're interested in squashing these, her…