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
A classic bug in running apps on Tingbot is that the case of a path to an image or font is different from the file system to the program.
Such bugs don't occur in the simulator on Mac, because HFS+ (ding) is case insensitive. To minimise bugs that expose themselves on the Pi, we should make these error on Mac as well, by adding an explicit check for the file before accessing it.
The text was updated successfully, but these errors were encountered:
A classic bug in running apps on Tingbot is that the case of a path to an image or font is different from the file system to the program.
Such bugs don't occur in the simulator on Mac, because HFS+ (ding) is case insensitive. To minimise bugs that expose themselves on the Pi, we should make these error on Mac as well, by adding an explicit check for the file before accessing it.
The text was updated successfully, but these errors were encountered: