JohannesNaegele

Results 4 issues of JohannesNaegele

In my use case every occurence of `text` in the svg output is malformated as `text` (observe the additional `/`). The full code can be found [here](https://github.com/JohannesNaegele/MaKli.jl/blob/main/exercises/exercise_01.jl).

Let's say I have a file `foo.jl`: ``` a = 1 ``` then this gets turned into (given an empty `.JuliaFormatter.toml`): ``` a = 1 ``` Is that intended behaviour?

In my use case the approximate norm descents slows down the computation by factor 10. Moreover, I can just initialize the inverse Jacobian with it's true value at the initial...

Hi, here a proper error message for [this](https://discourse.julialang.org/t/autodiff-for-max-flow/114300/2) question. I want to differentiate a GraphsFlows.jl maximum flow function. ```julia (@v1.10) pkg> status Enzyme Status `~/.julia/environments/v1.10/Project.toml` [7da242da] Enzyme v0.12.6 julia> versioninfo()...