Simon Michael
Simon Michael
I noticed there's a few new error calls in MultiBalanceReport.hs. And one of them has been revealed by the fix for #2403. (close now gives an error instead of a...
Running zenith 0.14.1 from homebrew on mac, if I move the sort to the N column, it does not reliably sort by the N value (either up or down). Also...
Ccing here as requested: I just started using req in hledger, and noticed that on mac it runs the `security` program in PATH (noticed because I was testing with a...
Here's the workaround I found. 1. Ensure a suitable older llvm version is installed. The latest that ghc accepts currently is 15. ``` brew install llvm@15 ``` 2. Set the...