Mark Bakhit

Results 313 comments of Mark Bakhit
trafficstars

Pretty sure it's dead. Plus Plex is permanently depreciating plug-in support.

### Docs Yeah this probably makes the most sense as a `Async Views` section in the `Views` docs. --- ### Scope creep Since this solution was implemented within the `class...

I have not replicated, but if these issues are confirmable then this PR is not ready for merge yet. Looks like this PR could consider adding robustness on the testing...

For user APIs like `serializer.data`, we should follow Django's current conventions and create `*.adata` counterparts that are simple wrappers around `*.data` combined with `database_sync_to_async`.

The main benefit of async comes from IO-bound scenarios. For example, [these benchmarks](https://github.com/klen/py-frameworks-bench) show that fully async python web stacks are **considerably** faster thanks to the ability for python to...

Hey @rsommerard Can you please add tests for this edge case?

Marking as draft until tests are added.

My thoughts are it should be kept open-ended for each project to decide what is or isn't notable. For example, fixing a typo in a comment is almost always non-notable....

That seems to work for preventing markdown formatters from breaking the syntax. However, mkdocstrings no longer parses it as configuration values.