julien4215
julien4215
- Style changes for the time progress bar and the settings - Show score at the end - New training in random mode recomputes a random side (consistent with the...
https://github.com/user-attachments/assets/040a1dc0-783d-4e6d-b4a8-174488d419ee (Recording updated to latest commit)
We can replace the [start bash script](https://github.com/aeecleclair/Hyperion/blob/main/start.sh) by a single python file than would contain the [init Python file](https://github.com/aeecleclair/Hyperion/blob/main/init.py) and [launch Uvicorn from Python](https://www.uvicorn.org/deployment/#running-programmatically).
Revert partially commit e601b65eb7e77461f3bc9f5c514d05b6889a4656. The commit message of the reverted commit seems to be incorrect. Running `pnpm run dist` only produces `lichess-pgn-viewer.css` and `lichess-pgn-viewer.min.js`. By removing, the line `"rootDir": "src"`,...
I was wondering if we want to pin the Dart version since we are doing it for the Flutter version or if we prefer to use `^`.
- Fix computer variations displayed even when computer analysis setting is turned off (close #1596) - Fix engine gauge shown on broadcast game screen when computer analysis is disabled
- Fix annotation shown on broadcast game screen when computer analysis is disabled - Fix best move arrow shown on analysis screen when engine is disabled - Standardize analysis screen...
When computer analysis is disabled, annotations are not showed but the line variations (for inaccuracy, mistake or blunders) are still displayed. It is reproducible on both analysis screen and broadcast...
- Returns state.requireValue in the build method of analysis controllers to avoid overriding the current state if it changes before reaching the return statement. - Tweak the analysis controllers build...