Nikhil Rao

Results 163 comments of Nikhil Rao

This should be resolved now

I created an issue to make this easier: https://github.com/reflex-dev/reflex/issues/2834 I'll post the updated code onto the repo here soon, but my solution is to add `id` tags to each message,...

Are you running the backend separately? The app needs the backend to be up in order to run. If you're doing `--frontend-only` you need to set the `api_url` within `rxconfig.py`...

Yes, this should work with any OS - are you having issues?

Good catch, this is because we use the `on_change` handler currently which is sending a request on every key stroke. We should change this to use a `rx.form` and an...

@sadsquirrel369 Currently flexdown looks for `{expr}` and fills it in with Python expressions. I need to make the escape a double brace instead to avoid this, but you can escape...

@italanchan Check this out: https://buridan-ui.reflex.run/pantry/timeline/

@ElijahAhianyo it looks like `rx.input` inherits from `rx.el.Div` - should we instead make it subclass `rx.el.Input`? I don't remember why we didn't, is it because the Radix input doesn't support...

@Joodith just assigned you. I believe the change may be switching the `rx.el.Div` to `rx.el.Input` as the parent class. Though perhaps this has some unintended consequences, since I'm not sure...

Do you get this error when you do `reflex run`?