Mark Bakhit

Results 186 issues of Mark Bakhit

Would be fantastic if WS proxying was supported, as many Django users have been moving to ASGI webservers. See these examples for functional implementations that need to be made generic...

enhancement
help wanted

Things have been moving slowly on #196, which has caused us to be hesitant of [significant overhauls](https://github.com/jazzband/django-dbbackup/issues/423) to django-dbbackup due to the inevitable need for admin management caused by changing...

help wanted
proposal
transfer-out

Plex made some design decisions which cause all episodes (except one) to be hidden on mobile. I wasn't able to figure out a workaround. I don't think this is solvable,...

bug

### Current Situation Currently, all JavaScript components need to be client sided. ### Proposed Actions It's feasible to run JS components server sided, such as [`NextJS Server Components`](https://nextjs.org/docs/getting-started/react-essentials#server-components) Most likely,...

type-feature
priority-3-low

### Current Situation Currently, we need to manually write every single HTML element that could exist. This is not efficient and is fairly annoying to maintain. ### Proposed Actions Create...

priority-2-moderate
type-revision

### Current Situation It is currently a bit disjointed that some of our hooks exist within the `reactpy.backend.hooks` module. ### Proposed Actions Move all hooks within `reactpy.backend.hooks` into `reactpy.hooks`.

flag-good-first-issue
priority-3-low
type-revision

### Current Situation [This change](https://github.com/reactive-python/reactpy/pull/1165) now allow renders to take place concurrently. To keep things simple, no effort is made to deduplicate renders. For example, if parent and child components...

priority-2-moderate
type-revision

### Current Situation Users frequently run into unexpected webserver "freezing" when using sync effects due to Python's single-threaded nature. This behavior doesn't seem to match up with equivalent JavaScript server...

priority-2-moderate

### Current Situation Currently we perform ASGI routing via backend-specific APIs. However, it is much easier to gain broad compatibility via ASGI middleware. Additionally, we should have a "standalone" mode...

type-feature
priority-1-high
type-refactor

### Discussed in https://github.com/reactive-python/reactpy/discussions/1180 Originally posted by **thegamecracks** January 3, 2024 When attempting to install the package specifically using its source distribution rather than the built wheels, the following error...

type-bug
priority-1-high