John Robbins

Results 3 issues of John Robbins

As [Udzu](https://www.reddit.com/user/Udzu/) pointed out on the Reddit discussion of [tbp](https://www.reddit.com/r/Python/comments/1fiad74/comment/lngqlpa/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button), mypy supports [type narrowing](https://mypy.readthedocs.io/en/stable/type_narrowing.html) and that should help eliminate a lot of the `cast` usage throughout the project. Originally, I...

enhancement

Hi! My goal was getting the tests running and validated on all three operating systems. That's accomplished! However, I haven't done general play testing on Linux or Windows as I...

good first issue

It looks like I'm hitting this bug: https://github.com/dependabot/dependabot-core/issues/10523. Check in a week or so to see if it's fixed.

bug