enhancementgood first issuehacktoberfest
Métriques du dépôt
- Stars
- (44 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
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!