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
New custom helper: chunkedByCost(items, costOf, maxCost, minCost?), groups a stream of items into chunks bounded by a hard maxCost cap and an optional minCost soft target.
Drop support for Node 20.x (it probably still works, but it's EoL)
Add second param index to all predicates. This will make operations like partitioning a list based on the element position as easy as partitioning based on the element value, for example: