-
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 …
-
**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 …
-
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, …
-
Makie version: Makie v0.21.16
I can reproduce the bug in a fresh environment.
I am using CairoMakie without GPU. My Julia version is
```
Julia Version 1.11.1
Commit 8f5b7ca12ad (2024-10-16 10:53 UT…
-
If a function returns a static array or vector, the AutoMooncake backend errors
```julia
using StaticArrays
using DifferentiationInterface
using ForwardDiff
using Mooncake
function MWE(x::Ab…
-
```
1412 -> 2
1629 -> 3
2193 -> 4
2398 -> 5
2929 -> 6
2934 -> 7
2936 -> 8
2941 -> 9
3003 -> 10
3014 -> 11
3021 -> 12
3070 -> 13
3115 -> 14
3249 -> 15
3295 -> 16
3688 -> 17
3705 -> 18
3864 -> 19
3954 -…
-
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…
-
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…
-
https://github.com/quarto-dev/quarto-cli/blob/a2b6663ad987e01e0ae9f13206b8017857052ced/src/resources/jupyter/lang/julia/setup.jl#L58
Makie recently made a release that adds High DPI support ([#2544…
-
I am trying to plot a histogram of a vector that might contain missing values but plotting the skipmissing iterator doesn't work.
It would be nice, if I wouldn't have to wrap the skipmissing into a co…