Philipp Rudiger

Results 1206 comments of Philipp Rudiger

We can argue about whether this behavior is desirable but hvPlot being a reimplementation of the pandas .plot API one can argue that consistency with pandas behavior should be the...

Just to record what I was trying (which didn't work but I think should have) and then should have allowed us to provide a fix in HoloViews: ```python df =...

>The ideal solution would be to make your DaskGeoDataFrame compatible with the expression logic. geo pandas did this a few weeks ago but I think it isn't merged yet. I'll...

Sorry we never dug into this. Could either or both of you try to inspect the page, check for any console errors and see what the DOM structure looks like...

Thanks for the detailed writeup @ayoungs! Pipeline hasn't seen a lot of love since it was first added and it would be nice if we could clean it up a...

Ah, got you. I was trying to copy the API of anywidget which does not separate `data` and `model`. For consistency that's probably not a great idea, so will probably...

>If it was just possible to merge data and model? It's a bad idea because a user may define properties that clash with properties that are automatically inherited. >Remember the...

Progress ![threejs](https://github.com/holoviz/panel/assets/1550771/33805fba-f6ad-45aa-9d41-8fb83b80200b) (Low frame rate is due to the GIF, not the example running slow.)

With the latest version you can now leverage Preact from within the ESM bundle: ```python import pathlib import param import panel as pn from panel.reactive import ReactiveHTML class Todo(ReactiveHTML): tasks...