Results 10 comments of dcolazin

Do you still have such problem? I have similar errors when I forget to mock/autowire components in tests. You should post the relevant code.

Comments and nags are fields of the Game class, not of the Move. The generation is not perfect (for example see the first game in cct131.pgn: the comment of white...

Hello @bhlangonijr, I studied the code in Game.loadMoveText() and I think the issue is the following: the variantIndex (and not the halfMove) is used to store comments. Given a Game...

Thank you for the fast reply. The request is an extension of the `Josson.getNode(String)` method, which uses the map syntax. I'm mainly interested in JsonPath, but I would say the...

I'm currently doing some perft on a i3-10110U. The times of a perft(6) are the following: - stockfish 10: 600-670ms - stockfish 17: 900-1000ms - lichess-compression (naive depth first, warm...

I had the same issue and I started investigating a little. Issue is around those lines of code in `yaml-pro-get-block-bounds` (and probably also on `yaml-pro--get-parent-block*`) ``` ((stringp (car tree)) (let*...

I have a branch with what worked for me. I made a PR https://github.com/zkry/yaml-pro/pull/77