Simon Michael
Simon Michael
FYI, I [see](https://bugzilla.redhat.com/show_bug.cgi?id=1639089) that ghcid gets rpmlint's `missing-call-to-setgroups-before-setuid` warning/error, like [hledger-web](https://github.com/simonmichael/hledger/issues/1057). We are wondering if the problem is in [process](https://github.com/haskell/process/issues/83#issuecomment-507291908).
A possible bug, and some other oddities, with -T/--test are described here: https://www.reddit.com/r/haskell/comments/a9olvk/how_to_change_the_mindset_to_fp/ecl714s/ . When run via `-Tmain` the program receives input like "INTERNAL_GHCID..."
I love this tool for clarifying profiles - thanks! Today I'm trying to understand a profile in more detail, and I'm just confused. Would it be possible to make these...
Thank you for tre! I was looking for a tree that lists only directories/files tracked by git. I think you worked towards that in 0.4.0, but there are still some...
https://forum.plaintextaccounting.org/t/ledger-anyone-have-a-good-pretty-printer-for-transactions/212/5: > Given, > > > 2024-03-22 Thing > cash $-100 > asset $100 {{=1 unit}} > > > We get > > > >hledger -f - print > 2024-03-22...
As reported in chat, `-f tsv:-` and `-f ssv:-` don't work like `-f csv:-`. That seems natural to expect, so we'd like to support it. Currently hledger's file path prefixes...
As discussed at https://www.reddit.com/r/plaintextaccounting/comments/1arkzfg/can_hledger_import_use_account_mappings_from/ : > hledger's CSV conversion rules look at each record in isolation, with no memory (except what you have encoded in the static rules). > ......
Related to #2167: I find the existing theme names a bit unclear. Here are my notes: - default: normally shows me a light background and some colour. But when run...
I found this a bit hard to relearn quickly: ``` $ quickbench -h quickbench 1.0 Run some test commands, possibly with different executables, once or more and show their best...