Phil Jones

Results 47 issues of Phil Jones

A couple of minor fixes I've required to use this package.

### Checklist - [x] The bug is reproducible against the latest release and/or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe...

http

Looks like gevent had to add a greenlet compatible implementation of ContextVars, [issue](https://github.com/gevent/gevent/issues/1407) and [fix](https://github.com/gevent/gevent/pull/1512). Does eventlet need to do the same?

resolution-question

The current async mode happily allows coroutines to be awaited without requiring the `await` keyword. Whilst this is nice, it is actually quite a confusing and a non-obvious behavior. ~~In...

async

## Status **READY** ## Description This can then be combined with the other functions to convert kebab-case to any other supported case. Note the character casing is preserved in conversion...

[Flake8-isort](https://github.com/gforcada/flake8-isort) seems to be a better choice than this project, as it is fully customizable (a common request), has the ability to auto-format the imports via isort directly, and able...

Some more context when this is relevant. ```mermaid flowchart LR httpx-->|slow network| server subgraph one[Host 1] client-->|localhost\nconnection| quart subgraph quart[Quart app] httpx[httpx async\nclient] end end subgraph two[Host 2] server end...

This is more of a pytest-asyncio bug, see https://github.com/pytest-dev/pytest-asyncio/issues/127 ```python @pytest.fixture(scope='class') async def test_context(self): async with app.app_context(): async with app.test_request_context("/"): setattr(quart.g, 'test', 'value') yield @pytest.mark.asyncio async def test_global(test_context): assert quart.g.test...

Include this https://github.com/pallets/werkzeug/pull/2337 and the history record