Results 171 comments of Niklas Fiekas

Sorry, I don't think it makes sense as part of the SVG for most users.

Thanks for reporting. Can you please try running with `-v` to get more detailed logs?

Can reproduce the pattern, and there just wasn't work in the queue. But please reopen if `-v` tells a different story.

This is expected for vanilla Stockfish, because it's not built to work with impossible material combinations. I wonder if lila-engine should protect the provider from such positions, with a possible...

lichess4545.com uses lower level APIs to make this work. It's possible, but not yet as easy as the other embeds on https://lichess.org/developers.

> The questions is, whether somebody wants to implement it....thinking And if there's a useful definition of "good/brilliant move".

Not stale, just momentarily busy with other things.

Additionally firing `LV_EVENT_SINGLE_CLICKED` on the first short click is a nice way to do this while keeping backwards compatibility. Implemented that. Ready for review, now.

Sure. Added a test case exercising the various old and new click events, and basic documentation.

Thanks for the review and sorry for the delay. I have now tried to address the feedback, added an example, and expanded the test to include the new `lv_indev_get_short_click_streak()`. Ready...