Erik Hetzner

Results 179 comments of Erik Hetzner

e.g. ```elisp (defun alert-libnotify-notify (info) "Send INFO using notifications-notify. Handles :ICON, :CATEGORY, :SEVERITY, :PERSISTENT, :NEVER-PERSIST, :TITLE and :MESSAGE keywords from the INFO plist. :CATEGORY can be passed as a single...

Huh, interesting. This is a feature I didn't know about. I suspect it probably modifies the output somewhat. I will take a look.

@501st-alpha1 Thank you for looking into this and providing a workaround!

I admit I've kind of lost track of how the automatic payee matching works, but I think you're correct - the transaction number in the payee line is preventing the...

Unfortunately this is an issue with ofxparse. However in this case it looks like ofxparse **might** be ignoring the header because it's inside an XML comment. You might try removing...

In that case, I'm not sure what's going on :( You might file a bug upstream with ofxparse - I suspect that is where the root issue is. Of course,...

This looks good, although the tests don't seem to pass. (I've been meaning to convert to `pytest` but haven't found the time. So apologies for the less-nice testing framework).

I think this is a great idea! ledger-autosync will sometimes make multiple requests, so there might be multiple files, and I'm not 100% sure you can access the raw, unprocessed...

> If I'm reading the code right, the initial download is returned as a string, and it's not until a couple lines later that it's parsed into a Python object,...

> So it has been almost 6 months since jseutter/ofxparse#151 was merged, and there still hasn't been a new release of ofxparse (and in fact there hasn't been since November...