Philipp Rudiger

Results 1200 comments of Philipp Rudiger

This issue has been mentioned on **HoloViz Discourse**. There might be relevant details there: https://discourse.holoviz.org/t/whats-the-best-practice-for-linking-up-holoviews-streams-with-parameterized/8215/4

This definitely does not need a UI test, a simple unit test would suffice. UI tests are for functionality that lives on the frontend or for integration tests ensuring that...

I haven't been able to reproduce the actual issue here.

So the proximate cause here is that while this used to work I actually suspect it didn't work as desired. The problem now is that the individual categories now become...

The easiest fix might be to simply filter out the empty string category from the ImageStack dimensions.

Given Bokeh's layout manager this is currently not possible, however Bokeh plans to switch to an unmanaged (CSS-based) layout for 2.0 at which point this should be supported. See https://github.com/bokeh/bokeh/wiki/CSS-Layout-Design...

Have to review these changes more closely but the original intent here was to persist the tables to the source so they can all the exported to the notebook.

Can you explain what type was causing the error in serialization?