Philipp Rudiger
Philipp Rudiger
Have you tried different browsers? I think @MarcSkovMadsen uses Edge.
Maybe something is off with Marc's user string? Lots of spaces maybe?
Yes indeed this is great, I think we'll do this at the same time as finally migrating from `name` to `label` or `title` to set the `Widget.title`.
The `panel/dist/css/models/modal.css` should be moved into `panel/styles/models/modal.less` and then be included in the model stylesheets like the other models that use less files (e.g. plotly or tabulator).
Merging as is for now.
We should just disable the automatic screenshotting, we don't generally use it and the fact that it's failing indicates we haven't uploaded all the thumbnails.
Seems like a problem with Filepond itself: https://github.com/pqina/filepond-plugin-file-validate-type/issues/13 Problem is that it passes the `accept` keyword down to the DOM node, which does support file extensions but the FilePond validation...
Superseded by https://github.com/holoviz/panel/pull/7497
I've tried to mitigate some of these but it is indeed a game of whack-a-mole. I also couldn't reproduce a bunch of them so these are the ones I focused...
Yes, it should be possible to get more reliable tests, I'm 99% certain this is just about how the tests are structured. Specifically Playwright operates much faster than any real...