Masen Furer

Results 240 comments of Masen Furer

not able to reproduce with reflex==0.8.5 and the following code ```python import reflex as rx class AuthState(rx.State): is_authenticated: bool = False @rx.event def check_auth(self): print("checking auth") return rx.redirect("/login") if not...

marking as draft to avoid accidentally merging a behavior-changing PR

@Lendemor if we haven't been warning users that this behavior will change in 0.7.0, i think we should merge a patch for our next release that does as i suggested...

Revisiting this PR, is there ever a case where we wouldn't get `on_disconnect` to unlink the sid/token, resulting in a refresh/reconnect leading to loss of token and state for a...

As a workaround, it seems you can do `self.computed_vars["dt"].mark_dirty(self)` 😁

> i currently have smth like this very interesting, thanks for sharing. i think at least some of the recursive serialize calls may not be necessary with the new var...

[repro-sqlalchemy-association-proxy.tar.gz](https://github.com/user-attachments/files/17667062/repro-sqlalchemy-association-proxy.tar.gz) uploading for testing

This issue occurs when vite hmr causes two different versions of React to be loaded in the browser. We're trying to find a way around it, but it's a bit...

Some WiP from a previous branch, that we didn't end up using: https://github.com/reflex-dev/reflex/commit/68e6bca821772cbe5132d616078614af3a8a866d

@SlamChillz I think I have to mention you or you may have to comment on this issue before I can assign you. Thanks for taking on this issue. It's definitely...