Evyn Machi

Results 16 issues of 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...

enhancement

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...

enhancement
needs discussion
good first issue

This issue will track missing test suites and general test suite cleanup # Missing Tests - [x] #88 - [x] #90 - [ ] #133 - [x] #161 # Cleanup...

test

This issue will track missing documentation and typos / errors as they are found. # Typos & Errors - [x] #59 # Missing Documentation - [x] #60 - [x] #65...

documentation

ref: https://hypothesis.readthedocs.io/en/latest/

needs discussion
test

This will facilitate changes to the PGN format (by porting old versions to new versions)

enhancement

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...

enhancement
needs discussion

As is, the python `random` module is not rated for cryptography or large entropy. Suggests implementing the randomness with the `secrets` module.

enhancement
good first issue