ffaf1
ffaf1
I will add that after a thinking about it a bit, `Array` is more efficient but with `Map` you can call `union` to “merge” data layers, which is extremely handy.
Ah, silly me, you have to embed the tileset. Maybe it should be added to the docs?
When I delete the lines with `` I get this error ``` f@extensa:~/spool/fineco-movimenti_$ ~/media/vcs/ledger-autosync/bin/./ledger-autosync prova.ofx Traceback (most recent call last): File "/home/f/media/vcs/ledger-autosync/bin/./ledger-autosync", line 8, in sys.exit(run()) File "/home/f/media/vcs/ledger-autosync/lib/python3.7/site-packages/ledgerautosync/cli.py", line 474,...
First batch of tests here: #8248 There is quite some work to do.
With #8248 and #8250 merged (105 tests in total) the “write a testsuite” box is checked. We are now reasonably sure reimplementation won’t break current behaviour; we are now reasonably...
With #8269 merged (structured errors), half of the work is hopefully done. Next steps: study `GenericPackageDescription`, see which checks are reimplementable by just pattern matching on the AST, see which...
Thanks for the reminder, will do!
[Rendered here](https://cabal--8332.org.readthedocs.build/en/8332/cabal-commands.html#). I really dislike that you cannot explode more than one subsection at once (on the left menu).
Having a commit with `---` to `^^^` would alas be non atomic (you get an error then you are “jumping” levels). You can do it one by one, introducing a...
This is — I think — as much as I can factour out while keeping commits atomic. Alas, if you were to invoke something like `git annotate` or similar you...