Chad Scherrer
Chad Scherrer
Who in the Julia∩PPL community will be at JuliaCon? I'll be there for the week, should be a great time to sync
Could make sense to move this to [Discourse](https://discourse.julialang.org/t/ppl-collaboration/26145)?
It seems to me ArraysOfArrays and JuliaLang/julia#32310 offer very different kinds of abstractions. ArraysOfArrays gives a more efficient representation for an `AbstractArray{
Sounds good. I'm still figuring out what kind of structures I need in place to cover inference. I'm not doing anything with stochastic control flow yet, but I want to...
Ok thanks, this is really helpful :) What about extending a function from another library to dispatch on traits? Is there a way to do this in "standard" Julia style?...
Great, thanks! How about pros/cons vs Holy traits or SimpleTraits?
Thanks, no rush. I do think it would be valuable for anyone considering options for traits :)
Great point @MasonProtter , thanks!
I had planned to add a Tables interface to TupleVectors, so I don't think we'd need to drop the table-ness [insert SQL joke here]. I think the biggest thing would...
Hi @tkf , I have tests passing locally if I comment out ```julia # if isdefined(StructArrays, :append!!) # append!!(xs::StructArrays.StructVector, ys) = # StructArrays.append!!(xs, ys) # else # append!!(xs::StructArrays.StructVector, ys) =...