Nikhil Rao
Nikhil Rao
@iddrisumohamme1 Are you using a virtual env as recommended in the docs?
@dapomeranz Good catch - I think we should allow passing in `None` as an argument (and treat that the same as if they have not passed an argument at all)....
@wassafshahzad we first need to figure out a potential design for this. We currently do have a `reflex scripts` subcommand so I think that would be the best place to...
@wassafshahzad yes that sounds great
Currently a limitation in Pynecone is that only one event handler can be running at a time, which is why the `yield` method is blocking the frontend. We need to...
Thanks for fixing the build! We're cutting a release tonight, I'll merge this in afterwards.
Looking into why the integration test is failing
Talked with @ElijahAhianyo offline - looks like this is because we need to update pcweb and pynecone at the same time. I ran the integration test manually and it passed,...
It's not builtin to the core library yet - but this would definitely be good to have. All the docs are in the pcweb repo - see [here](https://github.com/pynecone-io/pcweb/blob/main/pcweb/pages/docs/component_lib/forms.py).
This is still an issue, but not sure what the solution is. As mentioned above the css is getting reset within the Reflex app, so not sure how to get...