Alek Petuskey

Results 59 issues of Alek Petuskey

Another good first issue but this would be a harder than the [date picker](https://github.com/pynecone-io/pynecone/issues/237) but if someone is up for the challenge this would be a huge help. This component...

help wanted
feature request

This would be a good first issue for someone as seen in our docs someone can wrap a datepicker. For an intro on how to add a component see our...

good first issue
help wanted
feature request

As seen in the chakra search example, and also victory in cases such as label your graphs with components you should be able to use a pc.component for some props....

enhancement
feature request

**Describe the bug** Foreach seems to be using the index even when not specified. **To Reproduce** Steps to reproduce the behavior: - Code/Link to Repo: - ```python class ForeachState(pc.State): color...

bug

**Describe the bug** A clear and concise description of what the bug is. I was testing out the datatable and when there are multiple pages of the datatable the widths...

bug
good first issue
help wanted

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: - Code/Link to Repo: ```python import pynecone as pc class...

bug
good first issue

**Describe the bug** A clear and concise description of what the bug is. Datatable works fine in dev but in prod mode fails on the export **To Reproduce** Steps to...

bug

```python """Welcome to Pynecone! This file outlines the steps to create a basic app.""" import pynecone as pc class TextField(pc.Component): library = "@mui/material" tag = "TextField" id: pc.Var[str] label: pc.Var[str]...

bug
help wanted

Either npm or bun install before this step

enhancement

**Describe the bug** A clear and concise description of what the bug is. Right now f strings do not work in the render code. **To Reproduce** Steps to reproduce the...

feature request