pkoppstein

Results 40 issues of pkoppstein

tablr attempted to show a preview of a large TSV file before I had a chance to fill in the options about how to treat quotation marks, etc; the preview...

I wish to use q with some very large TSV files, the header line of each of which has trailing tabs corresponding to certain deliberately unnamed columns. It would of...

1. Installation instructions for a Mac without rustup would be really helpful. (I had used homebrew to install rust: brew install rust) 2. Any prospect of supporting ssh for distributed...

“JLD files are capable of executing arbitrary code when read in.”

On the README.md page, some comparisons with jq are made. Since jq also has a streaming parser, I believe it would be helpful to compare the performance of the two...

> There's support for JSON Lines using the .. path prefix. Which when specified, treats the multi-lined document as an array. This doesn’t seem to work in the way one...

Here is a jaq-defined definition of combinations/1 with the same semantics as jq's combinations/1. It seems to me that the helper functions, namely decimal2base/1 and combinations/2, are both independently worthy...

The README mentions that string interpolation is supported, so it looks like the following example reveals a bug: ``` $ jq -n '"\(select(1) | null) xyzzy"' "null xyzzy" $ jaq...

The paragraph about division by 0 is outdated. Note also that jq's current (1.6) behavior is dependent on whether the numerator is a literal 0 or a variable equal to...