Mark Bakhit
Mark Bakhit
**Checklist** - [x] This project is explicitly related to ASGI. - [x] The new list entry contains a project name, URL and description. **What is this project?** [ReactPy](https://github.com/reactive-python/reactpy) - A...
The `v` in GitHub tags such as `v0.0.1` and `v0.0.2` in `https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.1...v0.0.2` is zero-value added denotator. To encourage easier syntax validation and reduce a denotation that is easy to accidentally...
This discussion exists to talk about whether the Path Send spec can be reasonably modified to support `offset` and `count`, in a similar manner to those respective variables within `zerocopysend`....
### Feature description There is some awkwardness and inconsistency in setup/configuration of django-dbbackup due to supporting older versions. We should drop support for Django
### Feature description To maximize compatibility, we should support `django`'s own dump/load methods as a new DB type. Ref: https://github.com/jazzband/django-dbbackup/issues/423 ### Alternatives options _No response_
### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...
In the [main example](https://klen.github.io/asgi-tools/api.html#responsewebsocket) in the docs, `ResponseWebSocket` is mispelled as `ResponseWebsocket` (missing capitalization).
### Current Situation The name of the `reactpy.web.export` function is a bit of a misnomer. From the perspective of the user, the function is doing _importing_, not _exporting_. ### Proposed...
### Current Situation We have a [PR that added ASGI middleware](https://github.com/reactive-python/reactpy/pull/1113). This PR did not include WSGI middleware to limit scope. However, it is technologically possible for us to run...
### Current Situation Currently, our client-side components use `pyodide` to execute ReactPy. However, Pyodide unfortunately has a pretty slow boot-up time. ### Proposed Actions Try using [MicroPython](https://docs.pyscript.net/2023.09.1.RC2/user-guide/#micropython) to render ReactPy...