-
A way to customize tooltips (color, font size...) could be a good idea!
-
Can we have something like a nested, n-dim select dropdown built-in to Panel widgets? (I vaguely remember seeing @jlstevens implement this somewhere?)
```python
import panel as pn
pn.extension()…
-
**IMPLEMENTED**
You can now use the `settings.choicesSeparator` property to specify one or several character used to separate choice options in a list:
```js
import { settings } from "survey-co…
-
Goal: Users should be able to navigate around the whole app with the keyboard, even if they can't do 'everything', they shouldn't have to click to perform primary actions.
## If I click CMD-W to c…
-
There are some very good reasons to have default ACLs (WAC). There are also very good reason for each resource to have its own ACL (ACP). How can these two points of views come together?
Simply by al…
-
My code run smoothly and suddenly had errors related to software. I successfully reinstalled the message-ix version 3.4 and in the anaconda prompt terminal, it saved in a specific directory. However, …
-
I have registered vue-pdf-viewer in a local module, and have tried pnpm overrides for "pdfjs-dist": "4.4.168" and installing variations of pdfjs-dist library. Nothing seems to work. PDFS won't load.…
-
**Is your feature request related to a problem? Please describe.**
For polygons that consist of many points (like borders) it usually takes long and it also slows down the browser while loading the f…
-
Example code:
```
import pandas as pd
import panel as pn
from bokeh.models.widgets.tables import NumberEditor
pn.extension('tabulator')
out = widgets.Output()
test_df = pd.DataFrame(columns=[
…
-
I'm starting this so that there's a quick place to put a link that I come across that I don't really have time to categorize and a commit is a hassle. Often I'll come across something interesting but …