disservin
disservin
actually this got somewhat implemented by https://github.com/Disservin/fast-chess/pull/599 (and the subsequent commits) at least the issue is gone that we need to wait x time for a stop ``` [TRACE ]...
I think this is indeed a bit more fail safe, though the logical is slightly wrong because it stores it as 1 core with multiple processors, whereas with hyper threading...
I think I've already messaged you about my engine process fix on discord, but i'll mention it here also ;) The way I implemented it in my own is like...
Tbf disabling that check and implementing it js side is probably way simpler and easier to do than to reimplement everything in rust :D
The security controls in this case anyway don’t offer much value… but yeah it’s a nasty workaround I admit and once the mentioned pr gets merged everything will be simpler...
It uses double quotes `"` but some strings have double quotes inside them and use the opposite quotation characters. I.e. `print('root_dir - the directory to "cleanup"')`, this isn't automatically converted...
I think this is by far too much for this project and way out of scope, similar to #152 ; )
There isn’t though a pgn writer isn’t much effort. I have one in my other program which uses this lib see https://github.com/Disservin/fast-chess/blob/master/src/pgn/pgn_builder.cpp
Hi thanks for this, I did want to add this eventually but never really got around it. Basically this duplicates a lot of code right now, I would like to...
another small nit, I typically increment the version here https://github.com/Disservin/chess-library/blob/master/src/include.hpp#L28, and I'm not sure (didn't check) if the code if formatted using clang-format. Not really important i can do that...