Simon Høxbro Hansen

Results 99 issues of Simon Høxbro Hansen

This will combine all the callbacks into a single callback for the indicators. I noticed that if you reload the page 10 times it becomes fairly slow with the multiple...

This PR changes the text color based on the theme. The text color is hard to see for the light theme for the current implementation. This PR should be merged...

Fixes #66 ![image](https://user-images.githubusercontent.com/19758978/159155637-129f546b-f282-4ab8-8b10-7a4e6fbeff8e.png)

https://www.awesome-panel.org/pandas_profiling_app ![image](https://user-images.githubusercontent.com/19758978/158454893-3fc1e268-8387-47f8-9128-d1c9aca4b5c9.png)

Fixes #3696 The method used to be able to render large PDFs is the one described [here](https://discourse.holoviz.org/t/pdf-pane-pn-pane-pdf/3640/14). Which converts the base64 to a blob and inserted as an URL with...

Fixes #3637 The way to set the hard bounds is by using `fixed_start` and `fixed_end`, which are then set on the `value` parameter as bounds and `start` and `end` of...

Fixes #3623 Fixes #3435 The primary focus of this PR has been to replace a Terminal with Tabulator to be able to filter existing logs. This is done by subclassing...

Fixes #3644 I could only stop values that were not allowed by `selectable_rows` by using a subclass of `param.List`. If I used something like `_process_param_change` raised the error but the...

I don't know if this is how it should behave, but I find it weird that `RangeToolLink` turn the background grey. ``` python import holoviews as hv from holoviews.plotting.links import...

TRIAGE