Simon Høxbro Hansen

Results 108 issues of Simon Høxbro Hansen

### Problem description I have two requests both related to the `FileInput` widget. 1) Make it possible to upload directories with FileInput The HTML element `input` has the property `webkitdirectory`,...

type: feature
tag: widgets

Currently, the [`FileUpload`](https://panel.holoviz.org/reference/widgets/FileInput.html) widget looks like something from the '90s, which is "good enough" for simple cases. ![ Screenshot 2024-04-30 14 40 11](https://github.com/holoviz/panel/assets/19758978/804ba336-5fe5-458f-b72b-ebc37a790a3e) A case where one could argue that...

type: enhancement
bokeh

Adding the folder upload part mentioned in https://github.com/holoviz/panel/issues/6803 Also, an option to clear the FileInput from the Python side of things was added. I don't think it is the best...

I don't know why it happens, In the example below, when the dataframe size is 9999 or smaller, it will show all the data and not the page size. https://github.com/holoviz/panel/assets/19758978/605efeab-67f2-4303-ad8a-da7b9b69aa2a...

type: bug
component: tabulator

Add support for copy and pasting tables inside the Tabulator widget: https://tabulator.info/docs/5.4/clipboard + https://tabulator.info/examples/5.4?#clipboard

type: enhancement
component: tabulator

I have been playing around with your implementation of lttb and trying to compare it to other implementations (numpy and numba) and have been impressed by the speed. ![image](https://user-images.githubusercontent.com/19758978/210265644-b91267e9-054f-48e2-ae49-cda7b88c53d7.png) But...

These tests seem to fail a lot. This is an attempt to fix it.

Reverts holoviz/panel#6833 Docs passes: https://github.com/holoviz/panel/actions/runs/9114403040

Supersede #6478 `selectable` -> `selectableRows` in https://tabulator.info/docs/5.6/upgrade#selection I don't plan to expose any new functionality in this PR. This can be done in follow-up PRs.