Philipp Rudiger
Philipp Rudiger
That should probably be fixed at the Bokeh level but I'm not opposed to some stylesheet overrides on our end for now.
Don't really see the point of a gallery item that doesn't lead anywhere. Will close and move the gallery under the spec.
Would be a breaking change but really shouldn't break much so probably worth doing.
I would like to suggest the following renames: - `create_parameterized` -> `to_parameterized` - `create_viewer` -> `to_panel` - `create_rx` -> `to_rx` Also I'm still trying to iterate on the sync method...
>You can just use the sync_xyz method to create a method like the pseudo method below Right, just wondering whether that's too overloaded.
>I have starting adding support for specific parameter types. Its easy. But i need to refactor the Way initial values are assigned. Ooops, missed this. I just pushed it.
Not sure I love `panel.dataclass` naming. While yes, they're dataclass-like things they're not actually dataclasses and I'd rather focus on the functionality this provides, i.e. the fact that this provides...
Docs build now working.
I'm still fully on board with the aims of this PR but it's simply too large a PR to make it into 1.5.0 at this point.
>Peanut gallery over here, I'm keen to see interoperability between Pydantic It is very much on the roadmap, but it will likely start with a pydantic interop in Param, which...