2-5
2-5
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
#### ALL software version info Windows 10 VS Code 1.68.0 VS Code Jupyter Extension v2022.5.1001601848 Python 3.10.4 ``` bokeh 2.4.3 jupyter-bokeh 3.0.4 ipywidgets 7.7.0 holoviews 1.14.9 panel 0.13.1 ``` ####...
Go to this documentation page: https://holoviews.org/user_guide/Customizing_Plots.html The inline table of contents (not the one on the side) has broken links, in both Chrome/Firefox. It seems the issue is the case...
### What problem does this feature solve? Looking through the compiled output code of my app I noticed a lot of identical hoisted static content, like in this reproduction: ```javascript...
### Describe the bug CSS variables which are accessed only from JavaScript are removed. ### To Reproduce ```css /* test.css */ :root { --test-used: green; --test-unused: red; --test-used-from-js: blue; }...
#### ALL software version info python-3.10.4 holoviews-1.15.1 hvplot-0.8.1 panel-0.14.0 pandas-1.5.0 VS Code 1.72.1 Jupyter Extension v2022.9.1202862440 Windows 10 #### Description of expected behavior and the observed behavior A `DeprecationWarning` is...
### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...
### Problem description Some `Expr.str` methods have gratuitous name differences to corresponding Python `str` methods: | Polars | Python | | --- | --- | | concat | join |...
### Problem description I can't find a way to get polars to print tables using as much width set with `set_tbl_width_chars` as possible, but not more. If I don't set...