Simon Michael

Results 870 comments of Simon Michael

Open questions: - in current compound balance reports, each subsection shows an account type. In the mockups above they are based on arbitrary queries, and account types aren't mentioned. What...

The hledger project will match and round up this bounty to $100.

Design input is welcome from others interested in this. We'll "never" implement Ledger's value expression language in full. Instead, as with `*` we can provide intuitive syntax that covers the...

Ah, thanks for the example and report @olimorris. https://hledger.org/dev/hledger.html#forecast-period-in-detail is the reference doc: > Here are (with luck) the exact rules ... The forecast period starts on: > > -...

Doesn't `--forecast="this month"..` (or equivalently: `--forecast=1..`) risk duplicating forecast and recorded transactions in the period between first of month and today ? A clunky way to start forecasting after last...

I wonder if this is related to the fact that rpmlint warns about missing-call-to-setgroups-before-setuid with some haskell executables, such as hledger-web (https://github.com/simonmichael/hledger/issues/1057) and ghcid (https://bugzilla.redhat.com/show_bug.cgi?id=1639089) ?

Post contest bug reports and fixes are welcome!

That's very clear! Thank you. I also found: - https://www.unicode.org/faq/utf_bom.html#BOM - https://learn.microsoft.com/en-us/windows/win32/intl/using-byte-order-marks suggests windows apps will ignore a BOM in the middle of a file - https://googlesamples.github.io/android-custom-lint-rules/checks/ByteOrderMark.md.html suggests android apps...