Philipp Rudiger
Philipp Rudiger
> The naming of this seems backward, from the description. If I have an expression X that "observes" some Y, I expect X to respond to Y, whereas here it...
>A verb method on an object normally means an action invoked on that object Don't see how `watch` and `observe` don't meet that requirement, the action is to **watch** or...
I guess your point about `watch` is really about who is the subject of the verb, for `watch` you might expect that the object is doing the watching. I think...
I'd like to merge this so we can start testing it as part of a beta release. There's a few outstanding items that I promise to address: - Add a...
Final changes we decided on: - Renaming `.rx.set` -> `.rx.set_input` - Renaming `.rx.observe` -> `.rx.watch` We have also decided that to make the parallels between `reactive`, `bind` and `Parameter` explicit...
This looks good. @maximlt can you advise if this PR still **should** be merged and @jbednar can you please either approve and merge or suggest what other fixes are needed?
Rebased and did a few things: - Implemented the repr for classes - Implemented the repr on Parameterized.param - Display bounds and valid objects (for Selectors) in the same column:
>any idea how to avoid Param's repr hiding the HoloViews repr (which it does in the current implementation)? Not sure why but this no longer appears to be an issue.
I think it's a huge usability improvement so I'd like to push this over the finish line.
Docstring now displayed as tooltips: And recursion is handled: