Fang-Pen Lin
Fang-Pen Lin
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Could be a similar bug to this one #29406, but different...
Hey, I just published two new open source projects for importing CSV files into beancount books. Here's the PR for adding them.
## Description of changes [beanhub-cli](https://github.com/LaunchPlatform/beanhub-cli) brings many useful beancount command tools powered by: - [beanhub-forms](https://github.com/LaunchPlatform/beanhub-forms) - [beanhub-import](https://github.com/LaunchPlatform/beanhub-import) - [beanhub-extract](https://github.com/LaunchPlatform/beanhub-extract) depends on: #310502 ## Things done - Built on platform(s) -...
## Fixes [PAYMTS-1728](https://verygoodsecurity.atlassian.net/browse/PAYMTS-1728) ## Description of changes in release / Impact of release: Add account updater look up service ## Documentation Add account updater look up service ## Risks of...
BeanQueue is a lightweight Python task queue framework based on [SQLAlchemy](https://www.sqlalchemy.org/), PostgreSQL [SKIP LOCKED queries](https://www.2ndquadrant.com/en/blog/what-is-select-skip-locked-for-in-postgresql-9-5/) and [NOTIFY](https://www.postgresql.org/docs/current/sql-notify.html) / [LISTEN](https://www.postgresql.org/docs/current/sql-listen.html) statements. It makes queue background task with database transaction easier than...
According to [feedback posted](https://groups.google.com/g/beancount/c/8yZwuFMsiU8) by Dan in Beancount's Google group, it seems like this parser cannot handle > * Assets:Section:With:Funny:Name > and this: > 2022-04-10 * "Test" > * Assets:Posting:With:Flag...
## Summary: Fix #18945 inverted sticky headers (footers actually) not working issue ## Changelog: [General] [Fixed] - Fix SectionList sticky footer doesn't work as expected when the list has `inverted`...