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
For unseekable files, can't build full index by reading the entire file. I have to run build_full_index, but I can't just instead read the entire file to build the index (which ideally should be equivalent and should work as well). See #106 for a reproduction.