Sebastian Janisch

Results 5 issues of Sebastian Janisch

**Describe the bug** A plotly figure has a `data` and `layout` property. It seems that currently only the layout data property is handled. **To Reproduce** Steps to reproduce the behavior:...

bug

The chakra stepper component is implemented in reflex (and working, except for the step status icons) but not listed in the documentation. https://github.com/reflex-dev/reflex/blob/main/reflex/components/chakra/navigation/stepper.py

documentation
help wanted
hacktoberfest

**Describe the bug** Number of workers are right now determined based on CPU count if redis is enabled. This might not always be desired for instance if reflex runs as...

bug

**Describe the bug** When starting reflex in production mode below example freezes inside the `pd.read_csv` call until the guniorn workers time out and with below message: ``` [2024-07-01 18:09:21 +0200]...

bug

### Describe the bug **context** When I use the download .ipynb functionality. **expectation** I expected any cells marked as `remove-output`/`remove-input` to be excluded from the downloaded notebook. **bug** But instead...

bug