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
The experience from TVJS project shows that many errors come from incorrect data provided to the library. The idea is to make a data-analyzer that can spot common mistakes, e.g. timestamp duplicates. Data should be checked against the data structure.
List of common data-bugs:
mistakes in the data structure (pane with no arrays, etc)
timestamp duplicates
timestamp that not aligned with the main timeframe (e.g. 1668174129877 when tf is 60000 ms)
plain wrong order of timestamps, reverse or not sorted by time
... to be continued
The app should provide user with error, warnings and suggestions
The text was updated successfully, but these errors were encountered:
The experience from TVJS project shows that many errors come from incorrect data provided to the library. The idea is to make a data-analyzer that can spot common mistakes, e.g. timestamp duplicates. Data should be checked against the data structure.
List of common data-bugs:
The app should provide user with error, warnings and suggestions
The text was updated successfully, but these errors were encountered: