Philipp Rudiger

Results 1206 comments of Philipp Rudiger

I'll close because even if we decide to remove the trigger from #598 we should use `.param.trigger` instead of replacing the list.

Superseded by https://github.com/holoviz/param/pull/598

Superseded by https://github.com/holoviz/param/pull/598

Wooooooo, thanks @maximlt!

@jbednar This is ready for review. I would suggest instead of reviewing the code, review the test cases and check whether they match your understanding and intuitions. One thing to...

This is ready to merge once we drop py2.7 on main.

I don't think this is correct, `@param.depends()` is documented and the behavior is well defined in the [user guide](https://param.holoviz.org/user_guide/Dependencies_and_Watchers.html#watch-false-dependencies): > Conversely, if you want to declare that a given method...

I've decided simply to support a list of hooks instead of the dictionary format as I don't much like the idea of mixing types and predicate functions in the dictionary...