Alex Arslan
Alex Arslan
> Maybe ping the authors of the packages you mentioned to get their opinion? We definitely want all packages to use the same function so we need some of them...
Thank you @yufongpeng and @droodman for your input! > Since this function is for test statistics It isn't necessarily, that was just initial use case that prompted this discussion. Another...
Don't we only avoid needing to use `Ref` if we define `Samples` to broadcast as a scalar? I think I would find it surprising as a user for it to...
I don't think the `convert` method needs to be that specific. IMO a more generally useful method to define would be ```julia function Base.convert(::Type{Samples{T}}, samples::Samples) where {T} (; data, info,...
Good question, I don't know, I could see it being useful either way.
Absent #77, with Julia 1.9 we could make a package extension for InvertedIndices.
It appears that FLAC.jl was purged from the General registry. (I forget what the conditions were for being purged, but a purge happened recently.) So we'd need to use something...
I think at one point @jrevels said he wanted to move the integrations for different codecs into separate packages or something like that, but I could be mistaken. That would...
This errors on FreeBSD, so CI jobs now all have: ``` Error in testset threads: Test Failed at /usr/home/julia/.buildkite-agent/builds/freebsd13-amdci6-3/julialang/julia-master/julia-58927d885a/share/julia/test/threads.jl:366 Expression: jl_setaffinity(1, mask, cpumasksize) == 0 Evaluated: -22 == 0 ```
Swapping the `tar` crate for `binstall-tar`, a fork that fixes https://github.com/alexcrichton/tar-rs/issues/295, fixed the primary failure. The test that fails now is related to pulling versiondb from S3, and there isn't...