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
If we create a new item with insert() and the list is currently empty, should we accept arbitrary indices and just ignore it, transforming it into a push()?
The text was updated successfully, but these errors were encountered:
Or perhaps instead we want to crash hard in such cases with a clear error, so that the user is warned their reasoning is wrong.
faassen
changed the title
should RepeatingFormAccessor.insert be tolerant to empty lists?
should RepeatingFormAccessor.insert be (in)tolerant to empty lists?
Nov 9, 2018
If we create a new item with insert() and the list is currently empty, should we accept arbitrary indices and just ignore it, transforming it into a push()?
The text was updated successfully, but these errors were encountered: