Fengyang Wang
                                            Fengyang Wang
                                        
                                    Personally I am a fan of proposal B, not least because the other features it would introduce (`unzip` and lazy `Broadcast`) are ones that I would want independently, and it...
Right, but that's not the result you'd want. The point of this is to return a tuple of arrays instead of an array of tuples.
I think part of the confusion in naming is how in mathematics, there is only one kind of multiset, while in computing, there are two competing representations of multisets—as the...
As a workaround you can just write ```julia try JSON.lower(NA) catch JSON.lower(::DataArrays.NAtype) = nothing end ``` in your own code for now. This is type piracy and not a good...
Just for the record: I experimented with speculative typing in #140, and benchmark results were generally worse. This doesn't nullify the memory argument, but it's quite likely that speculative typing...
I think I will revisit this as part of #169, which will hopefully allow all arrays to be type-narrowed after parsing. This is not necessarily better for parsing performance, but...
I'd love to add attobot, but I'm not an admin in this repo. We can maybe fork it to a standard "Julia$Org" for some value of Org, and install attobot...
I believe you must make a METADATA.jl PR by hand to change the name, though I have not ever done this. I think we should do this instead of trying...
Pinging @vchuravy, do you think JuliaDebug could host this? Or maybe do you feel like somewhere else is more appropriate?
@FelipeLema done just now.