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
Currently, bulk processing like toFiles will halt as soon as any errors occur, such as file not existing. An option to ignore such errors (with a callback to provide which inputs failed) would be useful to continue processing input files in cases where it makes sense to continue processing the rest of the input.
Currently, bulk processing like
toFiles
will halt as soon as any errors occur, such as file not existing. An option to ignore such errors (with a callback to provide which inputs failed) would be useful to continue processing input files in cases where it makes sense to continue processing the rest of the input.Maybe a mutually exclusive to #188.
The text was updated successfully, but these errors were encountered: