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
It would be good if incrementals internally kept track their index number so trying to append the same incremental multiple times would be an error (in case for example a network message arrived twice). Currently, a BidsRun is an append-only data structure.
To Change:
BidsIncremental: Add index number as (required?) field.
BidsRun: Verify appends are in order.
The text was updated successfully, but these errors were encountered:
It would be good if incrementals internally kept track their index number so trying to append the same incremental multiple times would be an error (in case for example a network message arrived twice). Currently, a BidsRun is an append-only data structure.
To Change:
The text was updated successfully, but these errors were encountered: