We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clearing all images leads to these errors:
ERROR oculante::image_loader] Can't determine image type ERROR oculante::utils] No such file or directory (os error 2)
thread 'main' panicked at src/scrubber.rs:65:22: removal index (is 4) should be < len (is 4)
The text was updated successfully, but these errors were encountered:
9b69076
Great catch. I had safe methods for these already, I was just too stupid to use them.
Sorry, something went wrong.
No branches or pull requests
Clearing all images leads to these errors:
ERROR oculante::image_loader] Can't determine image type
ERROR oculante::utils] No such file or directory (os error 2)
thread 'main' panicked at src/scrubber.rs:65:22:
removal index (is 4) should be < len (is 4)
The text was updated successfully, but these errors were encountered: