Masen Furer

Results 131 comments of Masen Furer

I played around with this today and it seems that the problem is the drawer itself wants to prevent scrolling of the page behind it by default (`modal={true}`). It "releases"...

If `reflex init` crashes before its able to output system info, can you post the bun version by running it directly? ``` ~/.local/share/reflex/bun/bin/bun --version ```

@EzequielQuintana okay i think you're hitting https://github.com/oven-sh/bun/issues/67, which shows up on older machines. To confirm this theory, download the "baseline" build of bun, and extract it to `~/.local/share/reflex/bun/bin/bun`, then see...

Thanks for the update, will investigate.

The workaround is to access the value through `self.get_value` to remove the `MutableProxy`. The `MutableProxy` is there to track changes to mutable types and determine which vars need to be...

Not able to reproduce here. When you access the following URL, what happens? https://reflex-green.fly.dev:8000/ping

> For me, `reflex db makemigrations` and `reflex db migrate` seem to have no effect Ensure that your main app module is importing your Model objects, otherwise Reflex will not...

Related to https://github.com/facebook/react/issues/17355 Low priority, since not seen in prod mode.

Can you provide more information, such as what code and commands you're running