Alek Petuskey

Results 194 comments of Alek Petuskey

This makes sense we can ask the user if the agree to installation with a y/n option in the cli with link to docs. Should be a quick fix. In...

Yes there is a way to specify the bun path using the `bun_path` in pcconfig.py ```python config = pc.Config( app_name="hello", bun_path="$HOME/.bun/bin/bun", db_url="sqlite:///pynecone.db", env=pc.Env.DEV, port=3000, ) ``` https://pynecone.io/docs/getting-started/project-structure

Ok will try and reproduce tomorrow and will follow up here.

Nice suggestion I'll take a look at this it may be better than gridjs. I'll get back to you on this

> @Alek99 > Tables/DataGrids of this kind (at least with the ability to select a row) are very often used in various business applications. If you can implement this, then...

Oh nice will check it out. Thanks for the suggestion

Ok may have been fixed let me lets and I'll close this.

I'm still getting this error, will put up a fix for it now

Got it thanks for pointing this out