Maxime Liquet
Maxime Liquet
@jlstevens the PyPy tests have failed which raised an interesting question. `concrete_descendents` is used internally in `ClassSelector.get_range` (see the code below). One of the tests that fail defines a parameter...
True, I didn't consider multidict until now. I'll chat with Jean-Luc this week more about all this!
Reading this again https://github.com/holoviz/param/pull/1035#issuecomment-2674486583, I no longer think that's the right approach as I am not confident that there's a sane way to change the type of what `Selector.get_range()` returns....
Unrelated test failures, merging.
Parameterized classes inherit the `abstract` property from the `ParameterizedMetaclass` metaclass (instances don't inherit this property). So `_is_abstract` above works fine when the class is a `Parameterized` subclass. `SelectorBase.__abstract = True`...
Agree with that. Do you want to put the sentence you added as a Markdown comment (``)? I don't have any strong preference.
@jtao1 I created a new environment from your branch () and copied the code you shared in this issue. I could not reproduce the issue you reported, see the screenshot...
> Unfortunately, it didn't seem to work 🙃 > > I don't know when I will have time to dive deeper into why this is the case. Ended up with...
Sounds like a very valid feature request to me, without it in some scenarios `.interactive` would basically be unusable.
Hey @Azaya89, you ticked the first item in the checklist. Did you see this issue https://github.com/holoviz-topics/examples/issues/112? If not, please comment on it.