Jonathan Cameron
Jonathan Cameron
> I wonder if instead of an "new install checklist", we need to just have an installation script that either prompts or generates each of these for a user. @jmcameron...
> @jmcameron, is my understanding of where this issue stands that: > > 1. We should standardize "Cashflow" versus "Cash Flow" in English throughout the application AND > > 2....
Temporarily disable
This is also fixed in a portable way in https://github.com/giacomos/qifparse/pull/21
This is fixed in pull request https://github.com/giacomos/qifparse/pull/21 (by allowing either !Type:CCard or !Type:Ccard).
Converted more Decimal() calls to convertFloat() calls for values that should be floats. Fixed issue to get test_parser regtests working (by converting transaction amounts back to strings with xxx.nn format....
Regtests now pass on Travis CI!
In the last update to this pull request, I added support the 'U' field (seems like another amount for transactions) and named it 'amount_U' since I could not find any...
These looks useful: - https://jasonwatmore.com/post/2020/08/29/angular-10-boilerplate-email-sign-up-with-verification-authentication-forgot-password - https://morioh.com/p/12aff44d8d22 Also, it is probably worth reviewing these two articles: - https://postmarkapp.com/guides/password-reset-email-best-practices - https://www.troyhunt.com/everything-you-ever-wanted-to-know
Note that there has been a recent update for `gulpjs`. It includes a lot of breaking changes, so it seems prudent to wait for a few releases for it to...