Philipp Rudiger

Results 1199 comments of Philipp Rudiger

Seems like the simpler fix there is to implement `__str__` method on the output objects.

Hmm, maybe that's not quite right, since I don't know what type `message` is above but something is confusing there. It shouldn't error when casting `message` to `str`.

Will merge. Can follow up later.

We originally had this but then removed it because `.rx.value` setting seemed enough but I'd agree. Having a way to update the value with an expression rather than a statement...

We could try some heuristic to scale the height by the number of new-lines (clipped to some maximum value).

This issue has been mentioned on **HoloViz Discourse**. There might be relevant details there: https://discourse.holoviz.org/t/node-color-parameter-does-not-work-with-sankey/8245/2

Fixed by https://github.com/holoviz/panel/pull/7975. Will try to get a new release out tomorrow.

Strangely cannot reproduce.