Simon Michael

Results 870 comments of Simon Michael

Ie, will this force us to finally add some kind of `C` support, or some other way of displaying different units from what was parsed ? But how did 1.21...

How did 1.20 manage it I should say (ignoring 1.21 which had a decimal rendering bug).

Related: https://hledger.org/faq.html#how-do-i-show-transactions-where-money-left-an-account-

> B> I'm looking for a way to find transactions which are pending at a given time, i.e. given a point in time T, have postings with posting dates both...

Hi, here are two options - Use eg register or balance, which match individual postings rather than transactions, so are more precise. Or use different accounts for steve and bob....

Hi @pmiam .. I see, you're looking for a way to "match whole transactions which contain only the specified values for this tag and no others". Your regexps above seem...

Sorry, I don't know the new anchor, but the link was unimportant, let's disregard it.

I was thinking about this recently. I agree it sounds interesting to have more support for interleaved documentation and journal data, for "literate accounting", something like [literate Haskell](https://wiki.haskell.org/Literate_programming). I haven't...

https://hledger.org/editors.html#org-babel is related.

@blackgnezdo indeed. This is keeping hledger 1.33 out of stackage at the moment. I made 1.33 require process >=1.6.19.0 because it fixes a command injection vulnerability on Windows ([HSEC-2024-0003](https://github.com/haskell/security-advisories/blob/main/advisories/hackage/process/HSEC-2024-0003.md), [CERT...