Philipp Rudiger
Philipp Rudiger
Apparently this is already an option. Will disable in your PR.
Also see https://github.com/holoviz/panel/pull/2752
Is this surprising? How would ReactiveHTML know how to serialize a PIL image?
Oh right, got you sorry. The solution here is to set a negative precedence for anything you don't want to serialize.
Not easy to do since it's non-trivial to determine what can and can't be serialized ahead of time.
The serialization happens in the whole application's context and at that point there is no easy way to map that back to the model being serialized or even the specific...
Basically by the time you get to the serialization step it's already way too late.
>Param's JSON schema support has a mode that detects if serialization is potentially unsafe, but that would presumably be too trigger-happy here. Significantly so, Param -> Bokeh Property conversion is...
>This does not fix the problem observed on older versions of Python. How old are we talking?
I believe this is addressed now?