heumsi
heumsi
Currently, it is not limited to a specific branch, it seems to simply fetch the most up-to-date dashboard. I want to limit the main branch and include only the latest...
**Describe the bug** A clear and concise description of what the bug is. I got following error. ``` AttributeError: 'function' object has no attribute 'fn' ``` Details ```bash ─────────────────────────────── Starting...
**Describe the bug** A clear and concise description of what the bug is. I created a button that redirects the page using pc.redirect . However, when I click the button...
Are there any events and event triggers (or handlers) that occur when the page is finished loading?
**Describe the bug** A clear and concise description of what the bug is. I want to additionally handle other events when the page has finished loading. For example, calling an...
**Describe the bug** I know there is no "Autocomplete" component by default in Chakra UI. However, I can add an Autocomplete component through the library below. https://github.com/koolamusic/chakra-ui-autocomplete Could you possibly...
**Describe the bug** A clear and concise description of what the bug is. Event chaining in the on_load event handler return is not working. **To Reproduce** Steps to reproduce the...
How can I use the List[str] variable in State in a join function? I initially tried the following. ```python """Welcome to Pynecone! This file outlines the steps to create a...
I found out about the existence of CopyToClipboard through the issue below. https://github.com/pynecone-io/pynecone/issues/372 I want to use the CopyToClipboard component, but nowhere in the official documentation does it cover how...
Dynamic routes are very useful and I've been using them well. However, I would like to have a specific function (event handler) triggered when navigating to a dynamic route. Is...
**Describe the bug** A clear and concise description of what the bug is. When using skeleton's is_loaded with State, it does not become True. **To Reproduce** Steps to reproduce the...