Julian Samaroo

Results 433 comments of Julian Samaroo

I personally don't think we've had enough time to evaluate the merits of the subpackage approach, since KA 0.6 was only released 11 days ago. I'm personally in favor of...

Dagger 0.13.7 is available with your 2 bugfix PRs merged

It'd be a welcome addition, but I don't think anyone is actively looking at adding such a feature to JuliaDB, so you'll probably need to implement it yourself.

JuliaDB is basically in maintenance mode right now. If there's going to be a future for this package, it will be because the community decides to make it so. The...

Yes, JuliaDB is effectively abandoned and not receiving necessary maintenance. Dagger's `DTable` is in the process of gaining support for the DataFrames mini-language, disk caching, and more as Dagger evolves,...

https://github.com/JuliaComputing/JuliaDB.jl/pull/288

You should be able to change `t.mutable` to `ismutabletype(t)` at https://github.com/JuliaData/JuliaDB.jl/blob/8777d73ec944f80467980c49ad4b72fd7798040a/src/io.jl#L243.

A PR would be much appreciated! 1.6 is the new LTS, so I would potentially just set the Julia compat bound in the Project.toml to 1.6. Also, a better way...

Yep, sounds good to me!