Simon Michael

Results 870 comments of Simon Michael

Noted @markokocic, thanks for your input as one of the (few?) users running large >10k-txn files. I agree it's arguable, and it's at least a bug in our process that...

PS any ideas for simple robust automated performance testing ? I'm thinking about: - a functional test that saves elapsed time or throughput in a hidden file and fails if...

PS I recently added memory usage to the `stats` output, that could be interesting to test also. I experimented with printing CPU time rather than elapsed time but it seems...

Thanks. I believe aregister is the only command which abbreviates always, regardless of width; it just assumes it will need to. I agree some smarter behaviour would be nice. I...

No progress. Is there anyone who'd like to look at this ? It involves looking at how register does it in Register.hs and porting some of that to Aregister.hs.

Thanks for the bug report, which I confirm. As a temporary workaround, you can do: ``` hledger print -f example.csv | hledger -f- -I print tag:account=1111111111 ```

Still an issue in current hledger.

(When fixed, update https://github.com/simonmichael/hledger/tree/master/examples/self-tracking)

[Related discussion on #2142](https://github.com/simonmichael/hledger/issues/2142#issuecomment-1866857286)

I'd definitely like this output improved in hledger, so keeping this open as a reminder.