Sebastian Schulz

Results 4 comments of Sebastian Schulz

Hey @Coding-with-Adam, here is a working example: ```python import os import dash from dash import html, dcc import time if 'REDIS_URL' in os.environ: # Use Redis & Celery if REDIS_URL...

Hey @Coding-with-Adam, thank you for sharing your findings. It looks like your finding is caused by a chrome extension. Does my second example work when you disable some of those...

Hey @Coding-with-Adam! Yes, I am using pattern matching for example to [structure code with All-in-One Components](https://dash.plotly.com/all-in-one-components).

I noticed a difference when running behind a reverse proxy to a FCGI handler. Run `go run ./` with the following code: ```go package main import ( "fmt" "log" "log/slog"...