Simon Høxbro Hansen

Results 461 comments of Simon Høxbro Hansen

Currently, you can use `ReactiveHTML` to get the information. (That does not mean you should close the feature request) ``` python import panel as pn import param from panel.reactive import...

I don't think we can change this behavior, even though that is what you expect, it isn't necessary what others expect. We could definitely improve the documentation about redim. Do...

> These days, respecting the input key order sounds like the appropriate and expected behavior, no? If we were adding this today, I would likely do it by input order....

> I think sorting a categorical dimension by name is incorrect Incorrect is such a strong stand - my opinion is there is no right answer. By sorting values, the...

Can you play around with z-index?

I don't have any problem with your last example (though I'm running on main on a couple of repos) ![image](https://github.com/holoviz/holoviews/assets/19758978/e8df5881-753c-4889-a82e-0e6b9176610a) Seems like a bad solve. Can you report what you...

Just created a new environment, still don't see you last problem. Can you try serving the app with `python -m panel serve file.py`? ``` yaml Python : 3.11.9 | packaged...

I will fix that right now.

More info can be seen here: https://github.com/bokeh/bokeh/discussions/14669

Opened https://github.com/holoviz/panel/pull/8276. Which will hopeful catch it before a release, I don't think there is much more we can do than that.