stevenjackson121

Results 8 issues of stevenjackson121

[Python 3.5](https://docs.python.org/3/whatsnew/3.5.html#pep-485-a-function-for-testing-approximate-equality) introduces [math.isclose](https://docs.python.org/3.5/library/math.html#math.isclose) and I've found it very useful in several contexts. I would be happy to contribute a PR for this enhancement if you're open to including this...

I think it would be great to add a `sleep` argument which defaults to `asyncio.sleep` to improve support for event loops besides `asyncio`, while keeping it working out of the...

MyPy doesn't handle this [either](https://github.com/python/mypy/issues/8485), but it might be a smaller lift to add support in `pyre` because (superficially anyways) it seems related to ParameterSpecification and https://www.python.org/dev/peps/pep-0612/. The issue is...

# Compatibility Report - Name of the game with compatibility issues: Crusaders of the Lost Idols - Steam AppID of the game: 402840 ## System Information - GPU: GTX 690...

* Allows text to wrap in table rows * Allows text to wrap in table headers * Forces overflow to be visible (ugly, but at least the table is readable...

## Documentation request: Clarify Docstring Style Guidelines ### What documentation needs to change? `contributing.md` and/or `doc/contributing_guide` should specify the preferred docstring format. ### Where is it located? `contributing.md` and/or `doc/contributing_guide`...

documentation

Relies on metadata keyword documented here: https://docs.python.org/3/library/dataclasses.html#dataclasses.field to work around subtype information not being available from InitVars. It's not pretty, but it's the least bad alternative I saw

The test actually fails because EAGAIN is not exported on my machine (which shows it may be a valuable test, but also means there's potentially work to do in the...