skip-unparsable-issues
main
This replaces a bunch of `unwrap()` calls with error returns.
This lets us at least handle the other, valid issues, while informing the user about the ones we don't understand.
Make and return errors instead.