balroggg
balroggg
When preview is enabled, iterate over `webm` files (`YouTube` videos ~1.5Gb) take very long time. Maybe add some kind of filter for preview big or media files to not block...
**What steps will reproduce the bug?** 1. Run bat file.ova **What happens?** Take too long to output something **What did you expect to happen instead?** Print that it is a...
Update `chrono` dependency and reduce its features to pass audit. ``` cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 433 security advisories (from /home/balrog/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for...
Cargo audit failed ``` cargo check cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 433 security advisories (from /home/balrog/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (57 crate dependencies) Crate:...
CI(Build Status) and codecov(coverate) are not actual? Maybe remove or disable badges in `README.md`?
Can we add `changelog` to this crate? Something like ``` git cliff --include-path "fake/**" # Changelog All notable changes to this project will be documented in this file. ## [unreleased]...
Removing aur packages is not working. Example: ``` # try to remove with paruz paruz -R error: target not found: aur/sublime-text-4 # ok to remove with paru paru -Rnc sublime-text-4...