Open Issues Need Help
View All on GitHubAI Summary: This issue proposes to remove the conditional import of the 'readchar' library in `paraping/input_keys.py`. Since 'readchar' is already a mandatory dependency listed in `requirements.txt`, the `try-except` block for handling its absence is considered dead code and can be replaced with a direct, unconditional import.
AI Summary: This issue proposes improving the rate limit error message in the `paraping/core.py` file. The current message is unhelpful, and the proposed solution adds specific, actionable suggestions with concrete numbers to guide users on how to resolve rate limit violations.
AI Summary: This issue requests adding clear explanations for the 'Snt', 'Rcv', and 'Los' abbreviations displayed on the summary screen. The goal is to improve usability by making it obvious to users that these represent Sent, Received, and Lost packet counts, respectively. The explanations should be integrated directly into the summary view or accessible through a help/legend mechanism.