Carl
Carl
Are you able to use GPLv3?
The documentation definitely is poor, but seems to have the same API as stockfish. Apparently it has a playing strength of ~2600 ELO as well.
I haven't quite been able to come up with a good/elegant solution for this. I'll keep thinking about it as I think it'd be quite valuable to have. I assume...
Apologies for the slow reply. Yes, I do. The library functions are intended to be "provider agnostic" so passing through provider-specific objects through the agnostic functions breaks that pattern. We'll...
Hi You should ensure that only one instance of an event handler is processing events. In my own apps I use database locks to guarantee this.
What database are you using? I mostly use Postgres and MongoDB and have a mutex implementation for both.
I'd start by doing something like this: https://github.com/n8j1s/node-mysql-semaphore/blob/master/lib/mysql-semaphore.js
On it
See #10
`index.html` currently points to `src/assets/css/styles.css` (789d7e4c) for its styles to circumvent the `SnarkError`. `assets/css/styles.css` was treated as build output in #8