Marc Skov Madsen

Results 435 comments of Marc Skov Madsen

One constraint is also length of headers. The cards don't look nice if the header is more than 3-4 words. And the navigation index on the right is also cut...

To 1) keep it short and 2) be able to say we will "Develop in a notebook", I've used the form "Develop". But ChatGPT suggests"Getting", "Adding", "Developing", ... words.

My question is also. Do we want a narrative like that? It takes a lot of time to ideate, develop, keep consistent etc.

nh3 seems not to be installable in pyodide currently. ![image](https://github.com/holoviz/panel/assets/42288570/1689455a-5ae5-4122-9d8c-b6f41ff721de)

RadioButtons have 1) initial state and 2) visual state. My ExampleButtons don't.

+1 I experience same issue as Tomas. The workaround described by I3ender does not work for me with the FastListTemplate.

There are so many issues here. I need an expert on HoloViews (the framework) and HoloViews (the pane) to go through my comments and give me some feedback on who...

Maybe I forgot to "release this". I've done that now. It is ready for review.

This problem also makes conversion to Pyscript unusable at the moment because the error is printed in the page. ```python import panel as pn pn.extension() pn.template.FastListTemplate( title="hello", main=[pn.panel("Hello")] ).servable() ```...

I can still reproduce the problem in Panel 1.4.0 with `panel convert app.py --to pyodide-worker --out pyodide`. ![image](https://github.com/holoviz/panel/assets/42288570/48c4bdf3-2ba6-4df7-a6cf-071fbb9642b6)