chess
Here are 3,460 public repositories matching this topic...
-
Updated
Jun 30, 2022 - JavaScript
-
Updated
May 26, 2022 - Jupyter Notebook
When I want to watch a user TV by clicking on a link it is not opening in the app (Android on my case but it should be the same with other OS).
So if I click on https://lichess.org/@/valvin1/tv browser offers me only browser apps to view this page althought it is implemented in the app.
I add a quick look on Android side and it looks it requires adding url pattern here: https://github.com/li
-
Updated
Jun 21, 2022 - JavaScript
-
Updated
Jun 28, 2022 - Java
-
Updated
Jun 22, 2022 - TypeScript
-
Updated
Feb 23, 2022 - Python
-
Updated
Jul 8, 2022 - Rust
-
Updated
Feb 6, 2020 - Jupyter Notebook
-
Updated
May 28, 2022 - Python
-
Updated
Jul 11, 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
Jun 27, 2022 - JavaScript
-
Updated
Jun 17, 2022 - Python
Pawn Mobility Region
I believe there may be a problem with the mobilityRegion of pawns: they are able to move out of their mobilityRegion.
Recently I tried to playing with some custom variants in browser fairyground (https://fairyground.vercel.app/). I attempted to create an inaccessible hole in the center of the board. Since the asterisk FEN notation in WinBoard is of course not available in fairyground, I tried t
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jun 21, 2022 - Python
-
Updated
Jun 17, 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