Fulvio Scapin
Fulvio Scapin
Hello. First of all, thanks a lot for the tool. I am, however, encountering problems when dealing with data encoded with `bencode`. It's a problem I've come across time and...
Hello @jzelinskie I've been working with the JSON to Bencode conversion, but there are things that don't seem to make sense to me. I was looking at how your tool...
**Description** Using a "it_IT.UTF-8" locale, the output of the strftime/strflocaltime function in jq differs from the output of the date command in the same environment ``` $ ls -l /etc/localtime...
Hello @johnkerl and everyone else. In recent times I've sort of twisted Miller in order to use it to parse [LDIF](https://en.wikipedia.org/wiki/LDAP_Data_Interchange_Format) representations of data from an LDAP directory. Apart from...
Hello @johnkerl One feature I would like to see in miller in the future is a way to easily transpose rows and columns, much like this https://bioinf.shenwei.me/csvtk/usage/#transpose Does it make...
Hello. Just discovered the tool and overjoyed about it. However, being one prone to kilometre-long pipelines (which clutter my history with all the trial and errors, hence why I love...
**Describe the bug** zstdgrep as a wrapper for `zstdcat | grep` should handle grep options properly. It doesn't in several cases. A few examples below. **To Reproduce** ``` # The...
Fix to avoid reusing the same color for numeric columns when graphed in the SQL view. A problem with columns graphed from JSON fields remains. Addresses #1047 . Again @tstack...
From what I can gather playing with the filtering system the filters in any given directions are evaluated to provide a UNION of the results of the single filters. It...
When wishing to add slightly modified versions of patterns of existing filters as new filters, one has to copy/paste manually the patterns when adding a new filter. Since there's also...