Karol Brejna

Results 7 issues of Karol Brejna

I have a pgn file that contains a set of 2-movers (forced mate in 2). Yet, make_puzzle.py is not qualifying them as valid puzzle candidates. Take a look at the...

Fixes #21 Please, note the following lines: https://github.com/vitogit/pgn-tactics-generator/compare/master...karol-brejna-i:fix-strict?expand=1#diff-e31f1011e582ea3d502823f13a4a64fdef87e41ed47178a0a6e497df1402a27cR139-R140 There were cases where the number of analyzed legals was 2. In that case ``` self.analysed_legals[move_number].evaluation.cp ``` failed with IndexError I proposed...

Python 2.x is EOLed. Let's plan to drop support for it. Action required: * clean the code (compatibility patches) * update docs

Consider the following pseudocode (in main): ``` settings = parser.parse_args() print(f'strict value: {settings.strict}') print(f'strict type: {type(settings.strict)}') print(f'strict boolean: {bool(settings.strict)}') ``` The following invocation: ``` (.venv) pgn-tactics-generator$ ./main.py --strict=False ``` would...

@vitogit Can you share some PGN files that are guaranteed to produce output tactics (tactics.pgn)? It would be very helpful for testing/development. We could even consider adding them to the...

I found this library very useful for my purposes. Combining OTA and remote debugging capabilities made things easier for my development efforts. The library is also popular among other Arduino/ESP...

**Describe the bug** When showing the log level is disabled, the opening bracket of the logged message is missing (see below). What we get after disabling the showing of the...