Markus Liebelt

Results 129 comments of Markus Liebelt

Ok, this sounds reasonable. Something like: * When a pgn notation can be read by the parser without problem * and the following checking by the reader leads to a...

In my opinion, this is a bug of Lichess. It is just not a valid notation to have the main line (continuation not played, but not a variant) written down...

I tried the above PGN as well on Lichess, and I have inconsistent behavior there (don't know why): * Using the analysis board to do an import ==> PGN is...

So we have 2 options here in that case: 1. Just close the ticket, because the behavior of the reader/viewer is reasonable, and should not be changed. 2. Allow a...

I tried to reproduce your error, but failed. I tried with the following browsers: * Firefox 109.0.1 (64-Bit) (very similar to your setup, using Ubuntu 22.04.1 LTS) * Chrome latest...

You were right, the font is installed locally. I try to understand what is included in the distribution (I compiled somehow a file CAChess-min.woff, which seems to be wrong), and...

Doing the same locally, I see the following information: * ![image](https://user-images.githubusercontent.com/520039/216038808-fd14f674-226a-4371-b823-30860e91ccce.png) which is the font I want to use * ![image](https://user-images.githubusercontent.com/520039/216039014-1c609b4b-a734-48d6-b241-acdf70f21932.png) is shown when looking at the rendered font. I...

You are right, there is no API to do something like that. I checked the API again, at the moment, you can only do manual moves from one position to...

There is a similar functionality already implemented, see #171 The ideas from that implementation could be moved. Requirements would be: 1. This works only to repeat moves already done. 2....

Did a quick hack, there are many things missing (yet). But demonstrates that jumping to a move is not a big deal ..