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
Feature Request: It seems reasonable (and fits my case) to take an array of changes and sum them into one final change. With some moderate effort I could (and might) write this myself, but it seems like a natural fit for the project itself. My inclination is something like sumChanges([change1,change2,change3...changen])~~>totalChange so that I can look back and say what all has happened over a span of time.
Feature Request 2: It also seems desirable to extend apply change into applyChanges([...]) which takes an array of changes to apply to the origin (an ordered array that is).
Do these have downsides I'm missing? Beyond the fact that I'm a random person on the internet asking for things ^_^
Thanks for he great tool by the way, if you do or do not take the request.
The text was updated successfully, but these errors were encountered:
Feature Request: It seems reasonable (and fits my case) to take an array of changes and sum them into one final change. With some moderate effort I could (and might) write this myself, but it seems like a natural fit for the project itself. My inclination is something like
sumChanges([change1,change2,change3...changen])~~>totalChange
so that I can look back and say what all has happened over a span of time.Feature Request 2: It also seems desirable to extend apply change into
applyChanges([...])
which takes an array of changes to apply to the origin (an ordered array that is).Do these have downsides I'm missing? Beyond the fact that I'm a random person on the internet asking for things ^_^
Thanks for he great tool by the way, if you do or do not take the request.
The text was updated successfully, but these errors were encountered: