John Kerl
John Kerl
Also, this _may_ be related ... https://github.com/golang/go/issues/21881
OK @chrisbitmead this does indeed sound like https://github.com/golang/go/issues/21881 So, here's a weird workaround: [install Go](https://go.dev/doc/install) (you don't need to _use_ it -- just _install_ it). Version 1.20.5 is fine. (Background...
@kusalananda I wish I had a better answer here. The way CSV records are detected are by handing them off to the CSV-parser library. And what it gives back is...
@kusalananda thanks! I do want to make this change -- at some point in time -- when time allows. And I really appreciate you surfacing it. The software should _not_...
@janxkoci 🤔 generally I would agree, but here, I'm using the Go CSV-parsing library in a way it really wasn't intended ... I think this codemod should stay in Miller.
@vera-rykalina is it possible for you to share your data files, e.g. at gist.github.com?
Also, I suspect that the output of `mlr --csv join -u --ul --ur -j SequenceName -f ${g2p}` is intermediate data which does have 1176 rows (which can happen if there...
Closing as I believe this is resolved -- if this is in error please re-open and I'm happy to discuss further -- thank you!
@vapniks thanks for the request. I've never been eager to go this route -- C's include pattern has been (IMO) an antipattern over the years; being moved away from in...
Hi @holmescharles and thanks for the issue! I looked into this and it's not quite what any of us thought. And unfortunately I think you may not like the answer!...