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...
Related to https://github.com/simonmichael/hledger/issues/2410: Functions like line and linePrewritten don't render ANSI codes in the prompt text. They call haskeline's [promptedInput](https://hackage-content.haskell.org/package/haskeline-0.8.3.0/docs/src/System.Console.Haskeline.html#promptedInput), and the bug is likely caused by https://github.com/haskell/haskeline/issues/130. An ugly...