John Kerl
John Kerl
@lespea thanks for the PR!! This is great stuff!!! :) \ What I would note is this PR is too big -- it tries to do everything all at once....
All good, thanks so much @lespea!!!!!
@lespea multiple PRs split out of this and all amazing! There was a spurious fail on the first commit -- I reverted `test` files and re-run `mlr regtest -p`, then...
Hi @trantor ! I don't have any mechanism to auto-run things from help strings -- so it's quite possible something changed (including type-inference) since I wrote that help string :|...
> My understanding is that tiledbsoma no longer relies on the tiledb package so that we need to deal with conflicting versions less. However, the cellxgene_census package still has a...
@DJCrashdummy my apologies for the negative experience you're having. Here is a summary of events, and a list of imperfections: In Miller
@Poshi this is awesome!! Two options I can think of: * Have this inference be done within the file-format readers -- users would need to pass in the desired values-that-are-true...
@ggrothendieck this is awesome! XTAB format isn't aware of continunation lines (although this is a nice feature). One idea is making a DCF format, which is much like XTAB (and...
Thanks for the finds @balki ! :) The next release I can do after I finish https://github.com/johnkerl/miller/pull/1621
There is indeed laziness and some early-out logic when `head` is in the verb list -- however there is some batching (default 500 rows at a time) which was necessary...