You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discovered at-con that, for some attendees, the Art Show sales form (/art_show_admin/pieces_bought) is passing floats, not integers, to its page handler. Said floats would look like, say, "59.00000025", indicating floating-point math errors. We fixed the issue using aggressive casting on the backend (see #525 and #527), but we need to figure out where we're doing math with floats and switch that to using integers.
The text was updated successfully, but these errors were encountered:
We discovered at-con that, for some attendees, the Art Show sales form (/art_show_admin/pieces_bought) is passing floats, not integers, to its page handler. Said floats would look like, say, "59.00000025", indicating floating-point math errors. We fixed the issue using aggressive casting on the backend (see #525 and #527), but we need to figure out where we're doing math with floats and switch that to using integers.
The text was updated successfully, but these errors were encountered: