Mudr0x
Mudr0x
Fully working code translated for Python 3.x from NodeJS original one
## Describe the bug Hello, I have this weird overlay issue on a page with labels and controls:  Here's my HomeView.xml: ```xaml ``` Can anyone...
Hi, Is there a special config, setup or VirtualBox version to get selecting virtual machine instead of direct mouse in setup because it is not working from my side? I...
Hi, I'm wondering if this bot is only for cash games because in Strategy editor we can only setup blinds in cents and we can't fix values in chips and...
Hello, I'm facing since 1 or 2 months FpdbParseError for iPokerToFpdb.readPlayerStacks and Hand.addHoleCards for 10 to 20% of imported hands. I doubt it is due to recent update on HH...
- Rebase of the project into one main directory, pyfpdb abandoned to fix ugly bugs with packaging, especially under Windows - Fixed import issues on some poker sites - Fixed...
Hello, Thanks first for this interesting and useful project. I tested it on Win10 with a test tool I made with the simple well-known steal focus hack working with such...
Hello, Here's some threads and projects that could help to have pluribus-poker-bot-js working with multiple cores in a shared memory environement: https://github.com/nodejs/help/issues/560 https://github.com/nodejs/node/issues/14158 https://www.npmjs.com/package/@markusjx/shared_memory https://github.com/Microsoft/napajs/ https://www.npmjs.com/package/mmap-object https://github.com/audreyt/node-webworker-threads I will try...
At line 240, replace code with: const actionsString = String(bettingRound) + String(myPosition) + String(potOddsBuckets) + String(potSizeBuckets) + "," + playersRemain; //expect it to be something like 1023,000111 At line 342,...
Hello, I'm testing your captcha to text tutorial and it works fine with alphanum captcha datasets, but fails with only digits captcha datasets (I'm testing a 4-digit captcha dataset): `...