laurent bernabé
laurent bernabé
When running my project, I've noticed that chess.js validate_fen() method validates illegal positions. For example, this position `8/8/8/8/8/8/5kK1/8 w - - 0 1`, where both kings are on neighbour cells,...
The following fen has two white kings and no black king ``` 8/2K5/8/8/2K1NB2/8/8/8 w - - 96 46 ``` So I expect the framework to detect it as an illegal...
On Linux Mint Cinamon, installing Tcl and Tk development libraries set them to the /usr/lib/x86_64-linux-gnu and not just /usr/lib. So that users may encounter enror of the ld linker saying...
I tried to install MacOS Monterey with the following command : ``` docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e GENERATE_UNIQUE=true...
### Package and Environment Details * Package Name/Version: **wxwidgets/3.1.2** * Operating System+version: **Linux Ubuntu 19.04 (64 bit)** * Compiler+version: **gcc-8.3.0** * Conan version: **conan 1.16.1** * Python version: **Python 3.7.3**...
This pull request * fix issues #220 and #283 * also checks that there is no pawn on rank 1 or 8. (Using some code from linrock: https://github.com/linrock/chess.js/tree/validate-fen-num-kings)
**Is your feature request related to a problem? Please describe.** As I plan to develop an application based on WebRTC, I've been checking the function `navigator.mediaDevices.enumerateDevices()`, but when testing it...
### Checklist - [x] The issue exists after disabling all extensions - [x] The issue exists on a clean installation of webui - [ ] The issue is caused by...