J. Dekker
J. Dekker
Maybe @bcc32 could take a look?
Good catch, I wasn't aware that `indent-region` worked like that by default. Just unsetting `indent-region-function` seems to work for me. Test input: ```ledger 2017-06-26 Commonplace Coffee Expenses:Restaurants:Coffee 3.00 ; Grande...
I think it's worth it, the performance impact really depends on the system you're running it on but this method should be many times faster than a database lookup in...
@tessus has it been two weeks already... I've been a bit busy, I'll get a PR up this week.
I've had a quick look, and have a couple ideas: - 1. Switch from role-based authentication to a more fine-grained permission system by: 2. Adding `Token` struct ``` pub struct...
My thought wasn't about whether it should be allowed in general (besides, from my understanding, GDPR requires you to provide the user with the ability to delete their own content)....
@tessus I would love to but am very pressed on time, I can only finish it in the late summer. Apologies. If you want to take it over feel free.
Related to #297, shouldn't we be setting this in the ledgerrc?
https://github.com/ledger/ledger-mode/blob/130175f061c437fd7264f8b18ebb8a6b5104b638/ledger-init.el#L56-L62 I don't like implicitly using `--input-date-format` for the output `--date-format`. We need to make some clear separation here, with proper fallback to ledgerrc.