Jordi

Results 21 comments of Jordi

As you say, probably many of the verbs that use some kind of grouping bring the group-by fields to the beginning of the record, presumably in the order given by...

> > `pigz -d` decompresses in parallel faster than `gzip`. > > Slight misstatement here. `pigz -d` is faster than `gzip`, but it's not parallelized AFAIK. Parallelized decompression of standard...

> Design: > > https://miller.readthedocs.io/en/latest/reference-main-null-data/#rules-for-null-handling > > In that wording (which goes back a long time) I clearly intended _empty plus number is number_. So the code (C and Go)...

One more interested! I got here also looking on how to right-align only some of the columns in a pprint output. I'm generating a small report tool that will list...

I was using the GUI, trying some EDA. But programmatically would be good too, obviously. In fact, programatically would be somethig easier to handle, as you already have your data...

Just for reference, I also hit the same issue with a slightly modified toolchain ("just" updating GCC to 12.1.0). I run the tests increasing the time limit and the test...

It could make sense from the point of view of "one build after another". But the documentation is quite misleading. It says: `Specify this option if you want to prevent...

I had a similar need. I'm in the process of choosing the proper mark duplicates software for each kind of experiment data we have. This means that I will run...

I strongly agree with this idea. In fact, I've been tempted to open an issue for similar considerations. Using `-i stdin` could be ok, but I think that `-i /dev/stdin`...

Makes sense to have the inputs specified as non-option arguments. `-i *.bam` could work, but I agree that it is not supported by the standard command parsing tools (but it...