Oliver Schulz

Results 665 comments of Oliver Schulz

I talked to some of the Makie developers at JuliaCon. They strongly discourage specializing `Makie.plot` and `Makie.plot!` to implement type-speficic plotting recipes. Instead, we're supposed to specialize `Makie.convert_arguments` and use...

> I wonder why CompatHelper didn't pick it up Because I wanted to extend it downwards to `DocStringExtensions = "0.8, 0.9"`, not upwards. :-) But I can't find the package...

In any case, since DifferentiationInterface wil (hopefully) be wide used, maybe we could use https://github.com/julia-actions/julia-downgrade-compat to keep the dependency version bounds wide, but in a safe manner?

Oh dear, that looks like a remnant from Julia v0.6 days. You're right, that should use `@warn` now, and I don't think there's a `prefix` anymore. Wanna do a PR...

Thanks for the workaround @mateuszbaran !

> Use of _jll packages to install backend (ROOT_jll) in place of Conda and C++-Julia interface library (ROOT_julia_jll). Oh, that's great news!

(Just a heads-up, just saw that registration is complaining about a missing [compat] entry for UnROOT.)

I think ROOT.jl itself shouldn't actually depend on UnROOT, right?