-
使用pad balance语法后账本就没了,是没支持这个语法吗
-
Hi all, I'm using Beancount to do accounting for a community around open source software. I have to deal with conferences, meetups, sponsorships, etc. We are going to publish all the .beancount files …
-
Hi, Thanks for your great work on this project.
## Context
我也在用复式记账,但是使用的是 `ledger` 而非 `beancount`.
## Feature Request
目前 `double-entry-generator` 尚且只支持 `beancount`, 而 `beancount` 和 `ledger…
-
As the title said. Tatsu need more examples which are easier to understand and following
Current examples are too big and hard to understand.
Pyparsing has a lot of examples which i found easier …
-
Hi, this is a very helpful tool! Just one request - add support for beancount transactions. Thanks for considering!
-
Currently the `BeancountFile,options` is private and it is only possible to check one option at a time using `option` method. What do you think about exposing the list of options (either by exposing t…
-
**Describe the bug**
There is input lag on a large-ish file (3K lines).
I have removed plugins one by one, and tree-sitter happens to be the culprit
**To Reproduce**
Steps to reproduce t…
-
This code results in an AttributeError, because ot.unit_price is immutable.
https://github.com/redstreet/beancount_reds_importers/blob/fedef8329eef1e5efd56794df90ade53c405c6f9/beancount_reds_import…
-
### Describe the bug
lua parser update in `7c27bed` breaks various highlighting issues. Here an example of the `comment` parser being affected (disabled?)
after the commit:
before the comm…
-
### Describe the bug
Here's minimal code to showcase the issue:
As you can see my cursor is on the closing parenthesis ')' on line 4. However it is highlighting the matching parenthesis as the…