Toshiki Kamiya

Results 7 issues of Toshiki Kamiya

resolve #38 Commits are separate for adding type hints and refactoring. Type hints have been added to the following places: * Method arguments * Return values ​​of abstract methods *...

The codes that generated this library with version R13x27 are could not be recognized with QRQR. ## to Reproduce 1. `$ rmqr foo foo.png --version R13x27` 2. scan `foo.png` with...

This fixes the below issues. |Version|ErrorCorrectionLevel|Issue| |:---:|:---:|:---| |`R13x27`|`M`|fix #52| |`R17x43`|`M`|fix #53|

The codes that generated this library with these versions are could not be recognized with QRQR. ## to Reproduce Scan the code generated by the following code: ```python from src.rmqrcode...

When I try to generate codes for version R17x43, the program crashed. ## to Reproduce 1. `$ rmqr foo foo.png --version R17x43` ## error message ``` Traceback (most recent call...

Fixed an issue in `Encoder.is_valid_characters`. The newline character (`\n`) was incorrectly handled in both `NumericEncoder` and `AlphanumericEncoder`. (fix #58) The condition in the `if` statement of `KanjiEncoder` was always `True`....