Etihwo
Etihwo
Hello @MarcSkovMadsen, With the following code, when you click on the submit button, you get focus on the text_input ```python import panel as pn pn.extension(design="bootstrap") text_input = pn.widgets.TextInput(name="Input", css_classes=["text-input"]) submit...
I think the confusion come from the fact that index is considered as columns by Tabulator while for a dataframe a column and the index are 2 differents things. I...
To answer to myself, I found a solution which is to update the function sysctl_igmp_default_version to update igmp version of each interface when the actual value is above the new...
The issue is corrected in the upstream repo. However, it is not in the 14.x branch.
If you use `markdown_it` directly you will get the same result: ```python from pprint import pprint from markdown_it import MarkdownIt md = MarkdownIt() a = md.render( r""" $$y_t = \text{intercept}_t...
Unfortunately, the fix is not working when the component is within a template. With panel 1.8.2, I get the same issue with the following code ```python import panel as pn...
After digging, a little more. I noticed the following behavior: - when the line https://github.com/holoviz/panel/blob/fb16b07b6c8797a883d3072c57e4dbdce1a14e5b/panel/io/pyodide.py#L393, is called, an event an nonexistent reference trigger an error which prevent the other part...