-
Describe the bug
---
Hello,
While trying to test if this package is compatible with https://github.com/JuliaIO/ZipArchives.jl I occasionally got segmentation faults. I created a MWE below where I …
-
Get JSON in the CatColab front-end format to a Julia process, at-least-eventually in a Jupyter kernel, translate to a decapode, run some `Decapodes.jl` code on it, and send something back that CatCola…
-
**Describe the bug 🐞**
Not sure if this is expected but LArray with identical repeated field names can be constructed using code in MWE.
**Expected behavior**
I would have expected to get an …
-
Similar to #2108 - since the old dependencies restrict the GPUCompiler to the old one which is out of maintenance, the AMDGPU failed to precompile.
-
Similar to #2108 - since the old dependencies restrict the GPUCompiler to the old one which is out of maintenance, the Metal failed to precompile see
```julia
(Trixi) pkg> add Metal
Resolving …
-
On some extremely simple Flux models, Enzyme seems to be slower than Zygote for me. What's going wrong here?
```julia
julia> using Flux, Enzyme, Test, BenchmarkTools
julia> mlp = Chain(Flux.flatten, …
-
Should Julia be mentioned in https://github.com/geany/geany/blob/607fcec1fa5aff005090fbda17280976dcee68c8/src/editor.c#L3431?
-
OS: Linux, Debian
Julia version: Most recent stable release
---
I am trying to debug code in the julia vscode debugger. Usually all goes well but when setting a breakpoint inside a function, that is…
-
I am trying to visualise a circuit involving some rotation gates, which happen to be identity gates with some phase factors. For example, if I run
```
using Yao
Yao.plot(rot(igate(1), 1.))
```
t…
-
FYI: this a lesson we as Netherlands eScience Center are working on. Deliberately more scoped on efficient computing with Julia instead of teaching the basics of Julia: https://github.com/esciencecent…