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
Add a way to the Retriever constructor to allow the repeat to increase until the end of the file is reached.
This is (for example) useful in log files where strings are pushed without knowing how many have been pushed in total. One would be able to do something like:
Add a way to the
Retriever
constructor to allow therepeat
to increase until the end of the file is reached.This is (for example) useful in log files where strings are pushed without knowing how many have been pushed in total. One would be able to do something like:
The text was updated successfully, but these errors were encountered: