chess
Here are 3,158 public repositories matching this topic...
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Feb 9, 2022 - 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
Feb 27, 2022 - JavaScript
-
Updated
Jan 10, 2022 - Java
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Feb 23, 2022 - Python
-
Updated
Feb 26, 2022 - Rust
-
Updated
Feb 6, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2021 - Python
-
Updated
Feb 28, 2022 - 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
Feb 14, 2022 - JavaScript
-
Updated
Jan 5, 2022 - Python
-
Updated
Feb 27, 2022 - JavaScript
-
Updated
Feb 15, 2022 - C++
-
Updated
Feb 9, 2022 - Python
-
Updated
Feb 11, 2022 - Python
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