Nathan Rugg
Nathan Rugg
> Note that the "Tuned" versions need to be prompted like: > > ``` > > (Describe the AI chatbot here) > > (Place your message here) > > (Response...
Well, there's a couple of possibilities. First, make sure that the files to be hashed are copied to `build_dir` before calling `hash_src()`. I just added a new `verbose` option. If...
@saynschuman, can you confirm which flavor of the engine you are using? The multi-threaded engine seems to exit properly. You may want to run the engine in a Web Worker...
Sorry for the delay. Do you mean that you are running the script on a file that already has the `?cbh=...` in it? I suppose that makes sense, but it...
I know that COOP and COEP headers suck. Browser vendors are preparing workarounds. Checkout credentialless/anonymous iframes. It's in origin trials now. This will likely be the way to fix this...
Hmmm.... @joopdegroot, what browser are you using?
The error message does not make sense as there is no `.` token in stockfish.js line 1. I'm guessing it's an issue with the symlink. Are you on Windows? It...
It sounds like either your browser is too old or your server is not sending the `Cross-Origin-Embedder-Policy: require-corp` and `Cross-Origin-Opener-Policy: same-origin` headers. `server.js` will set those headers.
Interesting. I had not heard of it. It sounds too good to be true. I will keep it on my radar.
I have no idea if this is even possible. You would likely need to manually set the `--arch`, `--comp`, `--compcxx`, and `--make` flags manually. See `node build.js -h` for some...