sdc50

Results 11 issues of sdc50

updates django consumers and routing to be compatible with django 2.x-4.x This should address issues #11924, #11148, and #10800. I have discussed with @philippjfr about breaking out the django integration...

status: WIP

Between versions 1.11.1 and 1.12.1 the order in which methods that are decorated with `param.depends` are triggered was changed. ```python In [1]: import param In [2]: class Test(param.Parameterized): ...: s...

Often I have methods that depend on a parameter and then use that parameter value to do something. Rather than having logic in all of my methods to test if...

My hope when suggesting #513 was that a parameter would be triggered if it were passed into the constructor. It appears that the `on_init` argument always triggers on init regardless...

Now that the `ObjectSelector` accepts a mapping as the `objects` argument of the constructor it would be nice to also allow the `objects` attribute of the class to be set...

type-bug
status: discussion
component: type/value stuff

This is a partial fix/workaround for issue #12400. It enables the `root_url` to be set manually when calling `bokeh.embeded.bundle.bundle_for_objs_and_resources`.

status: WIP

### Software versions # Name Version Build Channel bokeh 3.0.0.dev16 py_0 bokeh/label/dev ### Browser name and version _No response_ ### Jupyter notebook / Jupyter Lab version _No response_ ### Expected...

type: bug
tag: component: server

Update django example apps to work with multiple versions of Django/Channels. Changes will allow Django example apps to be run with Django/Channels 2 and with Django 3/4 (with Channels 3)....

Panel==0.12.0 Param==0.11.1 I often use the `from_param` method on panel widgets now to provide some quick styling to widgets, or to use a different widget than the default for a...

type: enhancement
good first issue

I often find myself creating a chain of hierarchical `ObjectSelectors` and re-coding a lot of boiler plate code to make it work. It would be great if Panel could provide...

type: enhancement