Michael Budde
Michael Budde
Pass `col` and `rule` to the `:with_del` callback so it matches the other `:with_*` callbacks.
The parser has support for Org-mode titles (lines starting with `*`) but they are just thrown away when constructing the `Ledger`. Should they be available in the output or should...
Currently we evaluate numerical expressions while parsing. I guess for some use-cases it is more useful to get access to the expression instead. I'm thinking it would be great if...
Reuse the test examples from `lexer_text.py` and `grammar_test.py` in the beancount source code to test that our parser accepts and rejects the same inputs as the official beancount parser.
Add support for the [`release` event](https://developer.github.com/v3/activity/events/types/#releaseevent) on a repository such that it is possible to get a message when a new version is released.
Use the `start-of-week` configuration setting instead of having a custom plugin setting for the same, so users don't have to set the start of week two different places.
## Bug Report **Current Behavior** Pressing ← (left arrow key) when focus is in the grid of emojis in a category (e.g. 'Food & Drink') causes the box to collapse....