John Kerl
John Kerl
Hi @jauderho -- there's more context on https://github.com/johnkerl/miller/issues/737 as well. > I looked through the documentation but most of the documentation seems geared towards manipulating CSV and not JSON Doubly...
looking ...
OK, I'll need to research this. Same results between C and Go, and the latter is quite good with the UTF-8 handling so I'm surprised.
P.S. It's even easier to see using `'$len = strlen($name)'` and noting that the lengths are 2 and 3, respectively.
Hi @forbesmyester ! > I may be missing it, but I'm feeling that just having system() for external calls is too limiting. I agree, in two different ways. The good...
`exec` going out in [6.4.0](https://github.com/johnkerl/miller/releases/tag/v6.4.0)
ok thanks @aborruso we can/should add some examples :)
I think this will most likely be `mlr stats1 -a rank`.
Hi @torbiak -- I'll dig. "What regex variant" -- it's just `libregex` on whatever platform it's compiled for. Regarding the periods -- I'll look at this. Thanks!!
Hi @torbiak -- after long delay I'm looking at this for the Go port. Currently: * `"\t"` is converted to TAB etc for all string literals; also `\\` -> `\`...