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
Would it be possible to add a timestamp to the entries in the 'touches' array? Say, the number of milliseconds since the app started? I know there's an 'id' field, but the id numbers get re-used as the array shrinks and grows, so they're not really unique id numbers. Or alternatively, modify the logic so that once an id number has been used, it doesn't get re-used until the app closes.
The text was updated successfully, but these errors were encountered:
Would it be possible to add a timestamp to the entries in the 'touches' array? Say, the number of milliseconds since the app started? I know there's an 'id' field, but the id numbers get re-used as the array shrinks and grows, so they're not really unique id numbers. Or alternatively, modify the logic so that once an id number has been used, it doesn't get re-used until the app closes.
The text was updated successfully, but these errors were encountered: