enhancementgood first issuehacktoberfest
Repository metrics
- Stars
- (44 stars)
- PR merge metrics
- (PR metrics pending)
Description
Issues
- Log messages are currently lacking some information, e.g., https://github.com/jeertmans/rpdf/blob/11da7a97b9f4083b72ffa42066f9f17478eee064/src/cli/annotations.rs#L171 does not indicate the page id, which makes it harder to debug;
- All messages (log and error) should end with a ".";
- The following https://github.com/jeertmans/rpdf/blob/11da7a97b9f4083b72ffa42066f9f17478eee064/src/cli/annotations.rs#L205-L216
should probably use
slice::join.
How to fix
Fixes are pretty easy, feel free to submit a pull request!