enhancementgood first issuehacktoberfest
仓库指标
- 星标
- (44 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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!