-
### Guide
How to clean uninstall macOS apps using AppCleaner open source alternative
### Summary
I wanted to uninstall Chess from chess.com (iPad version) but got the error:
```
... % app-cleaner…
-
Now that we've migrated peer-star-app into peer-base, we need to understand what to make of peer-star.
Here is the way that I see this:
## peer-base is a library
Peer-base is a library that h…
-
I feel like this would be a useful thing for a chess library to have. At the bear minimum, we should be able to parse a PGN file and turn it into a `Board`.
I'm not too great at parsing text/files…
-
### Expected behaviour
grant permission but no memory leak
### Actual behaviour
cause memory leak by Dexter.instance hold the refrences of activity
### Steps to reproduce
use LeakCanary to …
-
This is identical to PR https://github.com/react-chess/chessground/issues/13. I'm experiencing the same issue on a blank Next.js project.
`npx create-next-app --example with-docker nextjs-docker`
…
-
I noticed that when I merge about ~30 pgn files (which each contain a single line to maximum of ~20 moves) into one pgn, that not all the lines are in the combined PGN. If I remove some of the final …
-
I think its an oversight that each developer has to hack up a solution to allow their users to select which piece they want to promote to. There should be some standard way of doing this. See issue [#…
-
I was thinking about the chess game option. Personally I have never played chess before so I thought it would be cool if Monika explained the basic rules to the player. Afterwards she could initiate a…
-
Hi,
This isn't really an issue, I just want to thank you for choosing my library for your awesome project :+1:
I'm curious as why you didn't just fork the initial project though. I'd be happy t…
-
Currently, we parse the source code using a parser library and then we walk the AST and produce gno nodes.
We should investigate if it is possible to avoid this.
Ideally, we should create gno nodes …