Evyn Machi
Evyn Machi
Hey, I've run into an issue where I can't figure out how to send `null` as required by some endpoints by the Github API, (specifically updating branch protection). This endpoint...
> That looks interesting. Does this work whatever the state of the hand ? (Preflop, Flop, Turn, River). Also does this keep the right game turn ? Yes. For now...
This will allow for ``` game.register(agent, player_id=2) ``` and then game will automatically call the agent when it is their turn as opposed to doing the canonical loop with a...
This issue will track missing test suites and general test suite cleanup # Missing Tests - [x] #88 - [x] #90 - [ ] #133 - [x] #161 # Cleanup...
This issue will track missing documentation and typos / errors as they are found. # Typos & Errors - [x] #59 # Missing Documentation - [x] #60 - [x] #65...
ref: https://hypothesis.readthedocs.io/en/latest/
This will facilitate changes to the PGN format (by porting old versions to new versions)
Idea is to have a cash game option where: - Players can sit down and stand up whenever they want - Includes a rake - Includes a timeout option where...
As is, the python `random` module is not rated for cryptography or large entropy. Suggests implementing the randomness with the `secrets` module.