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
Presently it appears as though I need to branch to two different calls to APIObject.modify_and_apply() because I can't pass in kwargs to modifier_func the way I can with Selector.until_all() and success_func.
Might it be possible to add support for that? If it is, and I have a chance to, I may try adding it myself via a fork/PR. But I wanted to check first. Thanks!
The text was updated successfully, but these errors were encountered:
Presently it appears as though I need to branch to two different calls to APIObject.modify_and_apply() because I can't pass in
kwargs
tomodifier_func
the way I can with Selector.until_all() andsuccess_func
.Might it be possible to add support for that? If it is, and I have a chance to, I may try adding it myself via a fork/PR. But I wanted to check first. Thanks!
The text was updated successfully, but these errors were encountered: