Shahin M. Shahin
Shahin M. Shahin
More details in the issue comments Fixes #1405
Fix book depth input not showing and Escape literal dot correctly .book-depth has more than one element to be shown/hidden, this is basically a miss on my recent PR of...
the addition of "LTC:" has been overwritten by the green highlighting feature which leaves one source of truth to edit it if needed. currently this looks old way to catch...
Also Enhances filterTable clientside function to take a predicate instead of always includes Closes https://github.com/official-stockfish/fishtest/issues/1894
This implement @disservin suggestion at https://github.com/official-stockfish/fishtest/issues/1894#issuecomment-1948782740
allow passing nothing for elo0 and elo1, and use the fixed game get_elo function
As the redistribution of packages inside our repo appears necessary for niche technical reasons, include all the root licenses of the packages we distribute with the code. closes: https://github.com/official-stockfish/fishtest/issues/1873
The previous message is confusing and vague enough to convey the reversed meaning.
Python packages are not fishtest code, and should not be a part of the repo for couple of reasons: 1- Copywrite concerns 2- Bloated repo (upload, download) 3- Creates confusion
Current authentication for WEB users has a login API that only validates passwords once and sends back a CSRF token to be used for any API that requires the authentication/privilege...