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
When manually trying various patterns we would want to support a state file that records attempted patterns so we can skip them in followups.
This would be slightly difficult to implement efficiently. Assuming one attempt is slower than one inefficiently implemented lookup we could simply read all attempted patterns from a file and try to match our current candidate to a pattern. This is currently not implemented yet.
The text was updated successfully, but these errors were encountered:
When manually trying various patterns we would want to support a state file that records attempted patterns so we can skip them in followups.
This would be slightly difficult to implement efficiently. Assuming one attempt is slower than one inefficiently implemented lookup we could simply read all attempted patterns from a file and try to match our current candidate to a pattern. This is currently not implemented yet.
The text was updated successfully, but these errors were encountered: