-
Context: When trying to reproduce #53139, Julia v1.10 crash or throw errors in Windows Sandbox.
This may not be a bug or even a Windows-Only issue.
What might be worth improving here is to determi…
-
I am trying to use Jax in my Julia codebase for something that Zygote cannot do well (meta-learning). Someone recommended PythonCall as a solution to some issues I was having with PyCall.
So far, P…
-
Use the trick Tim used in https://github.com/mauro3/SimpleTraits.jl/pull/6 to get better backtraces.
-
HDF5.jl currently provides some options (`COMPLEX_SUPPORT`, `COMPLEX_FIELD_NAMES`) which are configured globally: in general, global configuration is not a great idea, as two packages which depend on …
-
It looks like there is still a little bit we can do to improve latency
```
julia> df = DataFrame(a = [1, 2, 3], b = [4, 5, 6]);
julia> @time ((@nospecialize args...) -> begin
a, b = arg…
-
I am invoking a Java method that accepts an array as a parameter and returns an int, something like `int method(byte[] out)`. `method` is modifying the `out` parameter which I would like to pick Julia…
-
For GeometryOps, I need three things fundamentally:
1. distance calculations
2. arc intersections (maybe robust, maybe not)
3. interpolation along the arc
It looks like SphericalGeodesics.jl is …
-
See https://github.com/beacon-biosignals/Ray.jl/pull/167#issue-1918290265. Example of Julia specific artifacts in action: https://github.com/beacon-biosignals/Ray.jl/releases/tag/v0.0.1
-
I am wondering if this feedstock can switch to a [`juliaup`](https://github.com/JuliaLang/juliaup)-based distribution on conda forge? Here are the reasons for doing so:
1. Apple is completely [swit…
-
Top of the morning!
Sorry, I know the wrapper is not a priority right now. Just wanted to check if it is a common issue: right now `ldiv` segfaults (but `gemm` works fine).
Example:
```julia
…