n-stein

Results 201 comments of n-stein

Strange, there should be no difference between pulling the 3.2.4 source from GitHub and downloading the 3.2.4 tar.bz2 bundled source which already contains the required submodules. I would guess it...

> I wonder where version 1.5.30 for libpng comes from on the build server. Based on what @h-vijayakumaran noted above, the version I built on Ubuntu server installed fine and...

> @n-stein could you please fix this? I think we can easily change the default for new databases, but the v19 upgrade was already released with the 1.7.0 beta. We...

You shouldn't see any past dates on the cash flow reports. If you do it means you have outstanding scheduled/recurring transactions that need to be recorded properly. Check your scheduled...

I've gotten this message sporadically and noticed it appears mostly when I Alt-Tab. I found steps to reproduce: 1. Create a DB 2. Create a checking account 3. Click on...

I think it may have to do with the fix for #4778, specifically the code added here: https://github.com/moneymanagerex/moneymanagerex/commit/0df2e80ef8cf9f3c94f2c802d88d7ea7c354ad93 Tried just commenting out the `if !defined(__WXMSW__)` check, but I get a...

You can press "OK" on the popup then press Tab again to repeat the error ad nauseam until you click somewhere else in MMEX to reset the focus. I find...

I think this has been resolved by #6074.

Is a positional parameter required on the %d format specifier here? https://github.com/moneymanagerex/moneymanagerex/blob/master/src/images_list.cpp#L459