-
Card evaluation logic implemented, basic comparison of hands for players implemented. Still can't deal with same hand types or situation where there is a tie. For the next milestone
_Originally pos…
-
Currently Notify is using the same [privacy statement](https://notification.canada.ca/privacy) as the CDS website, and is not specific to the needs of Notify, federal depts and p/ts.
**We need to:**
…
-
Hi!
Me and my friends are working on a project together and we are required to use poker evaluation as part of the project.
We used PokerHandEvaluator library to compare poker hands (5vs5). It wo…
-
[Edit] 4th of October - testing some aspects of the implementation here: https://lishogi1.org/assets/sandbox/chushogi/index.html
Please take a look around and if you have any feedback please leave a …
-
Edit: look at the [last post](https://github.com/ChainSafe/ui-monorepo/issues/1284#issuecomment-1087777710) in this conversation, this is what we want to have.
---
I find it difficult to know whet…
Tbaut updated
2 years ago
-
Thanks for working on this! Is this working or is it too early to use this? I had some issues installing it. I could go into more detail.
-
I posted [a thread on Reddit](https://www.reddit.com/r/Python/comments/rplts6/i_tested_the_nogil_fork_with_a_parallel/) summarising some testing I performed where I found nogil to be very slow. I trie…
-
Test accounts for PROD testing.
Three staff types
- Registries Staff (PPR Staff role keycloak)
- BCOL Help Staff
- SBC Staff
Account type
- Premium (PAD) payment
- UI user
-
**systemd version the issue has been seen with**
> systemd 250 (250.3-2-arch)
+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -…
-
Incoming branch that demonstrates the issues.
1. Off by 1 because of the `- 1`. If there's one player, they should get card at index 51 and 50, but instead the function tries to give them card 51 a…