Philipp Rudiger
Philipp Rudiger
Caching `param.depends` is effectively an absolute no-go for that reason. In the case of `pn.bind` you can at least have a reasonable expectation that the function is only dependent on...
I mean `param.depends` itself isn't inefficient, the problem is that it can lead users to write inefficient code. So I'd say it's at least partially a usage and documentation issue....
That does look like a bug, yes.
`name` of a Parameterized instance overridden when is the default of a `readonly/constant` Parameter
>Maybe Parameterized can be renamed to ParamObject and its name handling code moved into a new subclass now named Parameterized. Agreed, although not 100% aligned on the naming.
Thanks @yohplala, I can see that reasoning and your technical explanation makes sense. However I still disagree that this is expected, I would expect a DataFrame to round-trip exactly as...
I somewhat suspect this is caused by Panel adding a `.markdown` CSS class to the converted HTML tag. In Panel 1.x this should no longer be an issue because we...
I swear I looked it up and thought I saw Futura was available on all systems by default but I guess I was wrong. Open to taking suggestions on the...
>Why not just use the combination Panel/ Bokeh is using? Because they all look boring 😄
You no longer have to install the extension explicitly, it is automatically installed when you install the Python package. We've also updated documentation about everywhere (but in some cases the...
I guess, we **could** actually upload the updated extension to NPM so this at least doesn't error.