Simon Michael

Results 1258 comments of Simon Michael

Yes, you're right. Both kinds of error (with .csv file or with .csv.rules file) are reported by the csv reader, and hledger is ignoring the csv reader's error here. Here's...

Thanks for the report. I see what you mean. It seems to me that https://hledger.org/dev/hledger.html#balance-assignments documents this, but https://hledger.org/dev/hledger.html#balance-assignments is not clear; it only says "These are like balance assertions..."....

@cardoe: thanks! Let's see if @dastapov has any thoughts. I would probably avoid running it on every push to master, personally.

I'm pretty clueless about Docker, and against burdening our regular CI with unjustified extra carbon emissions, but very much for making life easier for packagers (and thereby, getting hledger packaged...

As it stands, I think this PR provides a new github workflow that builds docker images for linux/amd64 and linux/arm64, containing the three main hledger tools, and pushes them to...

If we built these images at release time, what would be the corresponding requirements and install procedure or command that we would show on https://hledger.org/install ?

Since 1.32 you can negate a matcher by prepending !, but it's unfinished: > **[Combining matchers](https://hledger.org/dev/hledger.html#combining-matchers)** > > When an if block has multiple matchers, they are combined as follows:...

Thanks for the report. I don't see this on mac or linux. Can any other windows users confirm ? How are you starting hledger-web ? How is your journal file...

Is it the same if you double click hledger-web.exe ? (You might need to create a journal file in default location eg with hledger add). Does the data entry mechanism...

Thanks for testing. Hmm, odd that you have no add form in hledger-web. I would expect at least a js error visible in web inspector. I suspect the appveyor binaries...