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
I'm using req_perform_iterative() in a package and leaving it as an argument makes it much easier to expose that option to the user.
I guess it's just a bit unclear to me why it is an option in req_perform() but not req_perform_iterative(). If req_verbosity() or with_verbosity() are an option, why does req_perform() have it as an argument at all? And if it's helpful enough that req_perform() gets it, then why shouldn't req_perform_iterative() or req_perform_parallel() or req_perform_sequential()?
Right now not all options from
req_perform
are available toreq_perform_iterative
. Addingverbosity
especially would help in debugging.I tried setting this up in #595.
The text was updated successfully, but these errors were encountered: