Philipp Rudiger

Results 1200 comments of Philipp Rudiger

Yes originally considered that but didn't want to handle parsing all the aggregators. Certainly count would be an easy one though. There is a point where the cost of concatenating...

> I think I might be confused, but assuming the 'after' below is the proposed API I don't think there's any change to the API needed or proposed here, but...

Going to close, don't think this provides any clear benefits.

Both this and https://github.com/holoviz/panel/issues/7396 are regressions introduced in https://github.com/holoviz/panel/pull/6913

So I can't reproduce this as described, specifically in my testing there's not actually any need to restart the server. The problem is simply that after the app is rendered...

Can you try defining a `--setup` script and then do this: ```python import panel.io.reload panel.io.reload.IGNORED_MODULES.append('duckdb') ```

>I don't understand why the read_parquet function has to be in package and not in a module file utils.py right next to script.py. But that is the case for me....

Hmm, actually I misread with `pip install -e .` it's not in site-packages, so both are reloaded.

Do you have the same problem with `--warm`. That also runs the app before the server starts.

We now have documents about using `PyComponent` + `WidgetBase` to create widgets.