Philipp Rudiger

Results 1207 comments of Philipp Rudiger

Thank you both, all good feedback. Just so I understand what is being proposed: > Since this component (collapse sidebar button) intends to modify the sidebar display, it makes more...

They really should only appear on hover.

Worth noting that as of right now, i.e. on main, it will fall back to showing the dashboard builder UI. Before releasing 1.4.0 we should instead detect exceptions and display...

This happens when loading the page?

The issue here is that editable sliders are composite widgets that are primarily implemented in Python. The JS callback has to be linked to the underlying slider model while it...

Definitely agree, and I might even go so far as suggesting that should be the default for `--show`.

It does not look like you have 1.3.6 since the URL it's trying to fetch from is: > https://cdn.holoviz.org/panel/1.2.1/dist/wheels/bokeh-3.1.1-py3-none-any.whl and the 1.2.1 indicates that you have version 1.2.1 installed.

Would suggest running `which panel` to figure out where it's getting Panel from.

Interesting. Is it possible that your browser is caching the app? Could you try in a incognito window?

Okay, yes, you have to be quite cognizant of the browser caching here, especially when you're using the pyodide-worker convert target because it'll cache the worker script. We should probably...