Marc Skov Madsen

Results 435 comments of Marc Skov Madsen

I believe technically I have it working. The difficult part would more be understanding when it makes sense to use Param or use Pydantic. And the right api for moving...

I @jmosbacher . This sounds great and I will take a look. My POC approach is to implement conversion from Pydantic model to Param model and back. From there I...

Hi All Great discussion. Learning a lot. My main wishes are 1) better Param intellisense in VS Code and similarly other editors for productivity reasons 2) integrations between Param and...

Please Conformance @Hoxbro or @philippjfr if this is What I should do?

After a long summer holiday reflecting on this, I still think this functionality is key missing piece making Panel harder to use with the `pn.bind` api than it has to...

## Workaround For now a workaround is adding the below `raw_css` ```python NO_HEADER_RAW_CSS = """ nav#header {display: None} """ ``` Additionally adding the below `raw_css` will maximize the first panel...

Perspective has been available in Panel for a long time now. And its awesome. See https://panel.holoviz.org/reference/panes/Perspective.html I will close this one.

Duplicate of #3670. Will close this one as the other one contains more valuable information about cause.

I need this to to support `param.DateRange` parameters.