Erdogan Seref

Results 10 issues of Erdogan Seref

The change solves #11311 by adding a text box element below the FEN one. We use https://github.com/lichess-org/lila/blob/19bd7a0bafb87520125cd0e883467747ca67fa69/ui/analyse/src/view.ts#L134-L137 for the structure of the element. To get the PGN data we use...

The change solves #10983 by detecting ICCF notation for conversion to algebraic notation.

Similar to #10983. The feature would be improving the user experience of German-speaking players. To convert the input from German algebraic notation to algebraic notation we replace the letters: -...

i18n

OS: Manjaro `sudo logkeys -s -o ~/log-keyboard.txt -d event7 -m /usr/share/kbd/keymaps/i386/neo/koy.map` throws the following error `logkeys:/usr/share/kbd/keymaps/i386/neo/koy.map:1: Line too long!` Neo keymaps can't be used because they have multiple layers leading...

Solving [#11073](https://github.com/lichess-org/lila/issues/11073) is the use case. I suggest to add the query parameter player like in the Player games.

The change addresses part of #6554.

The change resolves #3832. I need help to complete the tree-sitter configuration.

S-waiting-on-author

Extending the script for lichess-org/lila#4129. Added the method `codes` so the script is compatible to the [Python](https://gist.github.com/niklasf/933053f76a418cfe4d52f2f1af997c6f) script.

Implemented an additional optimization for compressing common opening moves. The algorithm works by mapping common openings to integers. Then a game is prefix matched to find the longest common opening...