Nikhil Rao

Results 163 comments of Nikhil Rao

@ElijahAhianyo is taking this on

@khhan0130 I think you just need to run `poetry run ruff --fix reflex`. I tried to push to your PR but I got permission issues

Thanks for raising this issue. Currently there's no good way to use your own React hooks in Pynecone. But this is a feature we want to add because like you...

This was added in #810

This should be fixed since we started hard-coding the bun version. Feel free to re-open if anyone runs into this still.

I don't think this is a bug - you need to bind a `is_checked` to the checkboxes and it should work: ```python import pynecone as pc class State(pc.State): opened: bool...

@Lendemor we do this for performance reasons - so that we don't have to recompute all the substates every time a var changes. The computed vars are only updated when...

That makes a lot of sense. I like the idea of the observer pattern - there's a tradeoff between verbosity and performance that we need to balance. Would this apply...

I like this - adding it to the next milestone