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
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
Also the current implementation may actually be wrong. There could be multiple errors for a single line and in that case it might actually remove some valid lines too 🙈
It stores to_be_removed in a Vec, so it could contain the same index twice. Maybe we should use a HashSet instead or something else to ensure the indices are unique
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently if a sync API request fails for import:
There should also be a more general error handling if the above doesn't work:
See
src/data/import.rs
The text was updated successfully, but these errors were encountered: