Simon Michael

Results 1244 comments of Simon Michael

Solutions ? 1. Add a version number to the packages in the stack command, eg ``` #!/usr/bin/env stack {- stack runghc --verbosity info --package hledger-lib-1.2 --package hledger-1.2 --package cmdargs --package...

I think this is sufficiently documented, eg at https://hledger.org/scripts.html#install-scripts and in most script headers.

> Introduction > > GitFish is a funding platform for open source projects. We aim to align incentives between maintainers and supporters by allowing both parties to benefit from the...

@jwiegley any links to past discussion of how round 1 went ? It looks still pretty early.

https://www.gitfish.dev says "Cohort 1 ended, We're iterating based on community feedback and will relaunch soon." That's what I meant by round 1. I didn't find much else to assess this...

It's an interesting idea isn't it. Given the nature of cryptocurrency projects, is this particular project and team and blockchain community solid and established enough to associate with ? Would...

Sounds good @bap2pecs. The bit of feedback I had on first click to your site - having to accept a terms of service agreement before I can even read the...

It depends on the type of report. Generally - `print`, `aregister`, hledger-web's /journal view, hledger-web's /register view, hledger-ui's register screen are transaction-based, and transaction dates are matched. - `register` and...

In Hledger.Reports.AccountTransactionsReport I see this, and a reference to #1731: ```haskell -- TODO needs checking, cf #1731 -- | What date should be shown for a transaction in an account...