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
Similar functions in Ramda and Lodash do not guarantee that the final chunk will have the same length as the other elements. I guess this should be the default behavior for the Tablecloth as well, and the current behavior should be renamed to chunksOfStrict or something like that.
The current docs for
List.chunksOf
say that "If there aren't enough elements to make the last 'chunk', those elements are ignored."This is a bad thing, and led me to have issues in production.
The text was updated successfully, but these errors were encountered: