Replies: 2 comments 3 replies
-
I've found a few other issues too. Hope it doesn't feel like I'm complaining too much about the project or anything. I'll see if I can help with the open issues. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Wow, that seems like a really really important bug. Would you mind creating an issue with a video reproducing this behaviour? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When checking the balance for my banking accounts, I saw that the 'Account Details' page showed fractional amounts accurately (e.g: 592.51) but in the 'Edit Account' page, they show up inaccurately (like 592.510000000001). I edited the amounts for 2 accounts thinking they would be more accurate. That seems to have messed up the calculations for the trend / percentage changed in the dashboard (see below):
I looked through the code a bit and seems balances are stored using
double
type after reading from the database? Found a StackOverflow answer with better ways to handle floats in Dart.Beta Was this translation helpful? Give feedback.
All reactions