Philipp Rudiger

Results 1199 comments of Philipp Rudiger

@ahuang11 I think based on previous discussion the `pn.extension` mechanism for switching was rejected. >I don't share that opinion, I believe we're already suffering quite a bit from "having too...

You can already combine Tabs with `ParamFunction` or `ParamMethod` components which will let you achieve this. Would be good to document in the Tabs docs though.

Without a reproducer it will be extremely hard to confirm if any fix we apply actually addresses the issue.

>Please also theme ace in some light theme as the web page is using a light theme for everything else. Is this really an issue? I like the dark themed...

Kind of frustrated by this, we explicitly enabled [signatures](https://www.python.org/dev/peps/pep-0362/) on Parameterized class constructors which should be the accepted way to declare the accepted kwargs. Anyone know what Intellisense uses to...

Thanks for starting on that. MRO order is a decent but not perfect proxy for relevance so I think I'd want to stick with that by default. I would not...

Should push on Jupyter to render markdown docstrings nicely in that case.

Woah, this looks **extremely promising**.

Thanks again for starting this @MarcSkovMadsen. After reviewing what's here I'm wavering a little bit. Effectively based on my reading, and until Python adopts type-aware descriptors we don't have many...

I do agree that in the long run it would be nice to get to a place where we maintain the order. How to get there is another matter though....