Simon Michael
Simon Michael
Not that I'm aware, sorry.
I think you're right ! I don't have time to make shelltestrunner binaries at present.
Adding this here because it sounds related: haddock 2.29.0 on hackage is currently not installable because it depends on haddock-api which has conflicting dependencies base-4.16 and ghc-9.6. cabal-install's --allow-newer option...
Yes, -E/--empty in hledger-web and hledger-ui works oppositely from hledger (hledger hides empty/zero things by default, hledger-ui/hledger-web show them by default).
I don't really have a clear understanding of how hledger-web reacts to -E and how much of a bug there is here. Is it possible to reproduce with simpler data,...
(I suspect hledger-web intentionally never hides zero-balance accounts, to minimise confusion. We should check the code and if that's so, clarify the docs.)
Hello @chaoxu, I looked into this and I see what you mean. It is always showing "0" for assets:1 because it's not really zero at all, it only appears to...
Yes, too disruptive if we show costs in the sidebar. (Current hledger-web doesn't show costs anywhere in fact.) For now I am inclined to 1. make it show zeros with...
I made the change in master and updated the hledger-web manual (see end of https://hledger.org/dev/hledger-web.html#options). I think this issue can be closed for now.
I hear you @alerque. That's true, hledger currently prioritises ease of working with "user's journal", not a project-scoped journal. The latter is a more advanced use case for technical users,...