John Kerl

Results 286 comments of John Kerl

Anyway. * The `mkstan.mlr` will work with Miller 6 (let me know if you want me to make you a binary) * I think I'll support `--istan` and `--ostan` --...

Thinking more, and having read more: There's more to Stan format than just single-dimensional arrays. So I think I'll do: * The `mkstan.mlr` will work with Miller 6 (let me...

For reference (since the Miller 6 port is some weeks/months away from being done): ## mkstan.mlr ``` # ================================================================ # Sample CSV input: # # $ cat input.csv # a,b...

this is a good idea. `./configure` on https://github.com/johnkerl/miller/issues/9 which is kind of stalled out right now but should be done in the medium term.

@trantor it makes total sense! :) There is also https://github.com/johnkerl/miller/issues/225 So I think there could be three options for duplicate keys: * Last-found (the current behavior, and the default) *...

> It might be a new data format or (maybe) an option to automate the process for all data formats wherever viable. And I am thinking the latter -- it...

@trantor I believe this is resolved by https://github.com/johnkerl/miller/pull/794 -- if I'm mistaken please let me know and we can re-open! :)

@indigoviolet this is very strange 🤔 ... A few thoughts: * What does `which mlr` show? * What does `ls -l $(which mlr)` show? * What does `echo 'mlr --csv...

@indigoviolet what OS and what shell are you using?? 🤔