Aaron Lindsay

Results 23 issues of Aaron Lindsay

This is necessary for when transactions are both manually entered and then imported (or when two sides of the same transaction are imported from two different financial institutions).

enhancement

This likely involves looking for similar past transactions to the account being imported to and figuring out which accounts their splits are in. Gnucash builds a vector of the likelihood...

enhancement
hacktoberfest

Currently all reports must be manually entered (or at least copy-pasted from https://github.com/aclindsa/moneygo/tree/master/reports)

enhancement
hacktoberfest

Those types are (listed by ofxgo struct names): * ClosureOpt * JrnlFund * JrnlSec * Split

enhancement

As discussed in https://groups.google.com/g/beancount/c/w-LBWdSbmLw/m/JqKn8dR-AwAJ, it would be nice to provide a mechanism to allow users to programmatically re-write their ledgers. A few potential use cases I'm thinking of: 1. Re-ordering...

I'm trying your script out (thanks for making it!) and have noticed that messages I send to others via signal-weechat/signald show up on the official signal desktop client and android...

I've had Vanguard downloads working for years now, but they recently broke with ofxtools. Vanguard is returning an empty response (like, 0 bytes), hence https://github.com/csingley/ofxtools/issues/157. Interestingly, they still work with...

I've seen ofxtools hang a few times (with different financial institutions), and when I Ctrl-C it, it is in the following loop: https://github.com/csingley/ofxtools/blob/8455c43a59f3ed17b72862ca6021240f33b099cd/ofxtools/header.py#L265 This behavior seems to be transient (the...

I've modified your detectindent script slightly to change how the number of spaces per tab is detected. It seems to have improved the detection a little, and figured I'd let...