Results 6 issues of Pip! Gold

It would be nice to limit the maximum depth of the accounts shown in the treemap view. At the moment, it just shows all leaf accounts. More concretely, consider this...

enhancement
help wanted

Suppose we have the following transaction: 2021-03-01 * "Convert Bitcoin to Ethereum" Assets:Wallet:BTC -0.00207016 BTC {33470.71 USD} @ 48328.61 USD Assets:Wallet:ETH 0.06574965 ETH {1521.65 USD} Income:Capital-Gains It would be nice...

P1
booking
V3

This adds `render()` and command line parameters to specify the colors that should be used for the "black" and "white" pen colors. These can be used to, for example, have...

One of my institutions uses BUYOTHER and SELLOTHER types for most of the transactions in its OFX files. See [example.zip](https://github.com/jbms/beancount-import/files/10982471/example.zip) for a small example. beancount_import doesn't recognize those and just...

Normally, reversing a sequence reverses it: CL-USER> (fset:reverse (fset:seq 1 2 3 4)) #[ 4 3 2 1 ] But if the elements of the sequence are characters, `reverse` fails:...

Some apps (most notably the system UI) will refuse to take certain actions if a screen overlay is active. Pixel Filter should be able to disable itself for such apps...