Pietro Vertechi

Results 220 comments of Pietro Vertechi

It makes sense to add it, but maybe it's best to wait to get some confirmation at https://github.com/JuliaLang/julia/issues/46230 that it's actually a stable API?

Of course it'd be nice if `StructArray` worked also with structs with no fields, but I'm not sure how that's possible. How would the size of the array be encoded?...

Sorry for the late reply, it's been a bit hectic lately. I agree with the "hack" linked above. This can't really done by a constructor (constructor `StructArray` needs to return...

Ah, you are right! Actually, there is an example julia repo in GitLab here https://gitlab.com/tkpapp/GitlabJuliaDemo.jl that has codecov enabled.

Not sure if this is related, but the `@>` macro is still a bit buggy even on master: with functions the order is not respected and the piped argument is...

> @piever and @greimel it would be great if you could spare some time to comment on the changes proposed here, as it's only the second time I've interacted with...

A bit late to the party, but I also agree with @daschw. Only extra comment is that after https://github.com/JuliaStats/KernelDensity.jl/pull/84 loading time of KernelDensity is a bit better, so maybe it...

See also https://github.com/duckdb/duckdb-httpfs/issues/65, which looks like the same issue but reported in the extension repo. Feel free to close mine as this one seems a little more detailed.

Somehow it doesn't... Unless I messed something up, I checked out https://github.com/JuliaDiff/ForwardDiff.jl/pull/669 (manually changing version ForwardDiff version number to `0.10`) and still get ```julia julia> Zygote.gradient(l1, cu(cplx)) (ComplexF32[NaN32 + NaN32*im],)...

Maybe the citation.cff approach is the most sensible, with @jkrumbiegel 's name (as current maintainer) and mine (as original author)? I don't think I would ever have the bandwidth to...