Evan
Evan
**Describe the bug** reflex init and upgrade Pynecone project, errors as following: ` File "C:\Program Files\Python311\Lib\fileinput.py", line 251, in __next__ line = self._readline() ^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\fileinput.py", line 372, in...
**Describe the bug** I take a pressure test on my app which is running as a docker in Linux VM in cloud, with Locust, and watching the VM resources using...
**Describe the bug** By default, Pynecone runs in http mode. No related info found in Docs, how to set it up? **To Reproduce** Steps to reproduce the behavior: - Code/Link...
**Describe the bug** I like the way that no record shown in browser console when call State.functions. Right now I'm trying to provide a button for downloading files. As discussed...
**Describe the bug** pc.uolpad, followed by pc.icon: `pc.icon(tag="arrow_up", on_click=[lambda: State.assign_tid(item[1][1]), lambda: State.handle_upload(pc.upload_files())]` And handle_upload will read a base var setted by assign_tid to rename the file. Problem is: I see...
**Describe the bug** I see https://github.com/pynecone-io/pynecone/pull/1207, but same issue occurs for me: One click is ok, few more, it still stucks. **To Reproduce** Steps to reproduce the behavior: - Code/Link...
**Describe the bug** pc run takes too much time before fully start the app for the 1st time, especially for the dokcer. I'd like to add an intermediate command, like...
**Describe the bug** Recently version of bun has been upgraded to 0.6.10, which is not supported by Pynecone. While Dockerfile in docker-example directly use the official shell to download and...
**Describe the bug** env=pc.Env.PROD, no --env, no env_path or .env, pc run still as dev, which means env=pc.Env.PROD is not effective. **To Reproduce** Steps to reproduce the behavior: - Code/Link...
**Describe the bug** ctrl+c to terminate pc run, futher command inputed in VS Code terminal will not respond. I have to close VS Code to run the command again, for...