benedict-96

Results 4 issues of benedict-96

I get a very long and complicated error when I do: ```julia using Zygote: gradient import Metal using LinearAlgebra: norm gradient(p -> norm(tanh.(p)), Metal.rand(Float16, 10))[1] ``` This however works with...

In the docs "Problems with transparency" are described (https://docs.makie.org/stable/explanations/transparency#Problems-with-transparency). I do obtain the same plot as is shown (overlap of red and blue planes) with `GLMakie`, but not with `CairoMakie`....

bug
documentation

With `v2.4` I get the following error: ```julia ERROR: MethodError: copy(::ArrayLayouts.Mul{LazyArrays.BroadcastLayout{…}, LazyArrays.BroadcastLayout{…}, LazyArrays.BroadcastMatrix{…}, LazyArrays.BroadcastMatrix{…}}) is ambiguous. [...] Possible fix, define copy(::ArrayLayouts.Mul{LazyArrays.BroadcastLayout{typeof(*)}, LazyArrays.BroadcastLayout{typeof(-)}}) ``` This however works with `v2.3.2`. Was this...