chess
Here are 3,012 public repositories matching this topic...
-
Updated
Dec 25, 2021 - JavaScript
-
Updated
Aug 25, 2021 - Jupyter Notebook
Since we have all variant playable offline it would be nice to have the same help pages the website has but embedded in the app to be seen offline.
Help would be accessible from offline games menus and displayed in a modal window (like the one for the tournament FAQ).
-
Updated
Jan 4, 2022 - JavaScript
-
Updated
Jan 4, 2022 - Java
-
Updated
Dec 24, 2021 - TypeScript
-
Updated
Dec 19, 2021 - Python
-
Updated
Dec 26, 2021 - Rust
-
Updated
Feb 6, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2021 - Python
Qt 5.0 introduced QRegularExpression class that has a better API, is faster and more compliant with other regex implementations. We should migrate from the old QRegExp class to the newer one.
-
Updated
Dec 23, 2021 - Python
-
Updated
Jan 1, 2022 - JavaScript
-
Updated
Jan 5, 2022 - JavaScript
-
Updated
Jan 5, 2022 - Python
-
Updated
Jan 2, 2022 - C++
-
Updated
Aug 25, 2021 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Mar 14, 2017 - Jupyter Notebook
Improve this page
Add a description, image, and links to the chess topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chess topic, visit your repo's landing page and select "manage topics."
In
ui/, identify uses ofthrottle(delay, wrapped)that wrap networks calls. Replace these withthrottlePromise(finallyDelay(delay, wrapped)).This will ensure that