Philipp Rudiger

Results 1199 comments of Philipp Rudiger

> Disable it only on that and similar pages I assume? Not actually disable it for the whole site? Yes for the whole site, a) there's no way to do...

>Oof that seems quite a downgrade in terms of site functionality. We had dark mode disabled for the longest time for this reason but recent versions of the pydata-sphinx-theme changed...

The handling for stripping magics lives in Bokeh so this is most easily addressed at that level.

Seems like a good feature request to be able to set the offset in screen units not quite sure how that'll work yet though.

@kcpevey Just noting that both of your previous examples are using `watch=True` when they shouldn't be.

Why a seconds counter? Sounds very visually busy and makes users very aware of how long things take. Would hooking up the spinner to the websocket disconnect event do it?...

This is definitely a major regression. I'll move it into Panel and see if I can find a fix there.

I'm a bit confused, here's the doc string for `Reactive.link`: ```python def link(self, target, callbacks=None, bidirectional=False, **links): """ Links the parameters on this object to attributes on another object in...

@HarshaDokula That would be fabulous! The majority of the documentation lives in [/doc](https://github.com/holoviz/panel/tree/main/doc). The exception are the component reference docs which live as notebooks in [/examples/reference](https://github.com/holoviz/panel/tree/main/examples/reference).

>This is a (small) breaking change as the output of the DynamicMap generated by hvplot (with datashade=True, hover=True) is no longer an RGB but an Overlay. This could lead to...