-
##### System information (version)
- OpenCV => 4.5.5
- Python => 3.9
- Operating System / Platform => Windows 64 Bit
- Compiler => Visual Studio 2019
##### Detailed description
When trying to …
-
hi, i just stumbled upon your simple UCI engine .. i'm on Linux (64-bit Xubuntu 22.04) and i managed to compile your (2) CPP source files - so it seems .. but i get a "Segmentation fault" when running…
-
The app is encountering an intermittent panic in the main thread due to an index out of bounds error.
```
thread 'main' panicked at src/main.rs:297:62:
index out of bounds: the len is 6 but th…
-
It's been great learning about all of you in the Introductions issue.
I thought we could have an issue where everyone can share ideas for projects they would like to work on.
Existing projects are a…
-
A good 2020 use of llamapun would be to use it as a unified preprocessing step for a variety of HTML corpora which also include math syntax by one trick or another. The goal would be to do the legwork…
-
This is not exactly a bug, but...
The documentation of eigenvector_centrality() claims that it has been introduced by Bonacich in 1986, referring to a paper.
However, eigenvector centrality was …
vigna updated
2 years ago
-
rpmlint spits out a bunch of valid errors that should be addressed (symlinks with missing paths) etc. We should investigate what issues are present in the current packages, make a list of them, and ad…
-
Thank you for this very interesting project. Here I share a few of my tests while using the project.
I initially tested my personal project which has about 3.9k stars, the result seems wasn't so go…
-
Could you or your students reply to my issue? At least let me know you notice it
-
Adding methods like `pushUci` or `isDraw` would make library more appealing for new users.
My naive method for drawing board.
```cpp
const std::unordered_map piece{
{'p', "♟"},
…