Select the types of activity you want to include in your feed.
fix: avoid panics on non-UTF8 filenames
Replace unwrap() chains in guess_from_filenames() and default_compressed_filename() with fallible .and_then() + .ok_or_else() chains. Non-UTF8 filenames are valid on Linux/macOS and should not cause a crash.