Mark Bakhit

Results 186 issues of Mark Bakhit

### Current Situation `use_context` does not provide an example on how to properly configure the context provider. ### Proposed Actions Make the `use_context` docs a bit more robust.

type-docs
priority-2-moderate

Until we have a template tag, we're better off completely unpinning the reactpy client version.

### Current Situation Currently `None` within `reactpy.html` elements get rendered as the text literal `None`, rather than doing nothing. Tangentially related: - https://github.com/reactive-python/reactpy/issues/538 - https://github.com/reactive-python/reactpy/issues/459 ### Proposed Actions We should...

priority-3-low
type-revision
release-minor

Right now the performance difference between stdlib files, `aiofiles`, and `aiofile` is undocumented. There should be at least two benchmarks: 1. Show the performance during single-threaded operations (single while loop...

Original discussion: https://github.com/django-ordered-model/django-ordered-model/issues/277#issuecomment-1492873203 --- By default, Django query instances cache their results so that subsequent calls to the same object do not hit the database. This is a behavior we...

My PR with the new syntax was merged months ago, but it has not been released. This has resulted in a mismatch between what the readme states the API is,...

Currently, some methods are missing. Should be pretty easy to add them.

`thread_sensitive=True` has been the default value for `asgiref` ever since Django has had async support. There is a very high chance the default will become `False` in the future when...

Currently, there is no monkey patching being done to add MyPy compatibility. See [django-stubs-ext](https://github.com/typeddjango/django-stubs/blob/8b1e20c35a2917f6ea220b4c89201d7e2e3c8692/django_stubs_ext/django_stubs_ext/patch.py#L77) for how this can be done.

Right now, none of the existing ASGI webservers support `zerocopysend`. This [seems to be](https://github.com/encode/uvicorn/pull/1210#issuecomment-986651500) due to the additional code complexity needed to support this extension. This lack of support has...