Re: [GNC-dev] New OFX Requirements For USAA FSB

2021-02-11 Thread Bob White via gnucash-devel
Martin, Thanks.  I integrated the 'make clean' and I can now run locally modified code. It turns out I am getting a 400 on receive from: aqbanking-cli request --account=00075X --transactions --fromdate=20210120 --todate=20210208 Debug output: ... = Enter Password = Please enter

Re: [GNC-dev] Porting the Tutorial & Concepts Guide to ReadTheDocs.org

2021-02-11 Thread Rob Gowin
I think the functionality of Locale Filter could be done using the Sphinx ‘ifconfig’ extension[1]. It allows content selection based on a Python expression involving variables set in the Sphinx conf.py file. [1] https://www.sphinx-doc.org/en/master/usage/extensions/ifconfig.html

Re: [GNC-dev] Porting the Tutorial & Concepts Guide to ReadTheDocs.org

2021-02-11 Thread John Ralls
A couple of references to what Geert is talking about: The W3C specification for Internationaliation Tag Set Locale Filters: https://www.w3.org/TR/its20/#LocaleFilter Geert had in mind to use ITS Tool for processing Locale Filter tags; the relevant documentation is at

[GNC-dev] [MAINT] Unplanned network outage

2021-02-11 Thread Derek Atkins
Hi, Some of you may have noticed that code went offline around 2:30am US/ET this morning. My ISP made a change which caused my "magic box" (a device I use to work around a NAT table limit) to stop working. I manually corrected the issue at 7:15am and have written some code to attempt to do that

Re: [GNC-dev] New OFX Requirements For USAA FSB

2021-02-11 Thread Martin Preuss
Am 11.02.21 um 01:48 schrieb Bob White: [...] > I pulled the latest (on master) but didn't see any commits beyond the uuid > fix. > > I made the following changes, ran 'make && make install', but don't see the  > NONE reflected in aqbanking-cli requests (they still have time-base > NEWFILEUID):