Branimir Klarić
Results
3
comments of
Branimir Klarić
A workaround that works for me is to add `--quiet-pull` to `docker compose up`. This doesn't show progress for individual images, only the service itself.
Thanks, I'll look into it.
I was running into this with `stockfish-17-lite-single.js` running in the browser . What seems to be working so far is sending `position` and `go` only after I've received `bestmove` from...