Simon Michael
Simon Michael
The output of --help for most commands is larger than a standard 80x25 screen, so unless you use a tall terminal or a pager, it's likely that the bit of...
These commands should normally be used with a report period specified (eg date:lastmonth) to work as intended. This isn't obvious, we should suggest or require it or pick a default...
https://www.fpcomplete.com/blog/2016/05/stack-security-gnupg-keys ##
This seems to hang or produce way too much output: ``` ghci> j :sprint j ``` Perhaps because of the knot-tying between transactions and postings ? (A Journal contains Transactions,...
Ledger allows command-line options to be written in the journal file, like directives. This might be nice to have, given good answers to the following: - what is the valid...
With latest hledger-lib and ghc-datasize, recursiveSize gives a segfault: ``` $ stack ghci hledger-lib --package ghc-datasize > import GHC.DataSize > j closureSize j 40 > recursiveSize j Segmentation fault: 11...
rui1 asked on #hledger why examples like this give a non-zero final total (assuming -B is not added), seemingly contrary to the accounting equation: ``` journal 2016/07/21 Test assets:cash USD...
hledger-ui had a lot of enhancements recently, generating a lot of loose ends that ideally would get finished/cleaned up/added before release. Listing a bunch of them here: - [x] a....
From mail list. This might be worth a prototype. What could a more abstract and portable report specification look like ? Eg: ``` journal ; report NAME REPORTTYPE PERIOD INTERVAL...