Markus Liebelt

Results 118 comments of Markus Liebelt

As a variant, it would be nice to have something like GET /repos/:owner/:repo/commits/search?q= This would be similar to git log --all --grep='part of commit message'

> * interface to hide/show/set-value of evaluation sidebar Which does not exist at the moment. Why should we provide an API for something that has no implementation?

Ok, did not know that. It would have been nice, if you would have used [this link instead](https://github.com/mliebelt/pgn-spec-commented/blob/main/pgn-specification.md#16134-en-passant-target-square), because the original specification is ugly, and the links not all work....

@intothephone Sorry for the inconvenience, but I did a trial ~4.5 years ago, that never made it into any release. The commit is there, you can see what I tried...

Found a new repo https://github.com/hi-ogawa/Stockfish that contains a Web Assembly with Stockfish support, including a reference to an example repo to play with it. Seems to be a good starting...

> FYI, other ports of StockFish in JS: > > * https://github.com/nmrugg/stockfish.js, > * [Chesstron - Chess CLI](https://github.com/jgladch/chesstron), proof-of-concept of engine above. Just tried Chesstron, was not able to get...

After having problems in having run stockfish, I created a new repository to collect examples for different engines. And only when I have found one that works well, I will...

I have a first running version of a modern stockfish inside an HTML page. See [lichess-stockfish README](https://github.com/mliebelt/stockfish-playground/tree/main/lichess-stockfish) for some details. I am not so glad how it works, and will...

I was able to get something up and running, see the above commit with its explanation in it. In my opinion a good starting point, from there we can see...

@ppeloton Thank you a lot for providing that functionality. I have to check it (hopefully on weekend), but on first sight it should be doable. If it seems to be...