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 implementation of get_multiple does not document that the returned list's order is not guaranteed. Additionally, we might want to add another function such as get_multiple_ordered that performs the additional step of sorting the results to match the input request, minus any missing items.
The implementation of
get_multiple
does not document that the returned list's order is not guaranteed. Additionally, we might want to add another function such asget_multiple_ordered
that performs the additional step of sorting the results to match the input request, minus any missing items.Originally inspired by a question by @martpie in #237 (comment)
The text was updated successfully, but these errors were encountered: