Trevor Fitzgerald
Trevor Fitzgerald
I was looking for a way to be able to detect "double checkmates" ([example here](https://lichess.org/E92ldwZr/black#30)) I'll submit this as a draft PR for discussion, knowing that #319 will have a...
## Summary When `searchableArray` contains data from a relationship, the `import` will perform an extra query for each record in order to get it. ## Scenario A project belongsTo a...
## Steps to reproduce: 1. Create a Broadcast and Round 2. Use API `/push` endpoint to push PGN to it 3. If the second game is over, it will mark...
Don't start a new engine process on each request
Verify the sha256sum of binaries it downloads, just to ensure the binary payload is the expected thing. _Originally posted by @vondele in https://github.com/fitztrev/lichess-tauri/issues/32#issuecomment-1694706252_
For #18 - [ ] ui to add option when adding/editing engine - [ ] update rust code to run the uci options instead of having them hardcoded
For after - https://github.com/lichess-org/lila-search/pull/190 - https://github.com/lichess-org/lila/pull/15279
If someones starts the services and then later on decides they want to add another optional service, there's not an easy way to do it.
This adds a CI workflow that runs an instance of lila within. It uses lila-db-seed to create users, api tokens, games, etc. This could be used to test Berserk by...