Simon Høxbro Hansen

Results 108 issues of Simon Høxbro Hansen

I just thought it made a lot of sense to check the websites asynchronously. I have set a 10 seconds timeout, which could be removed again or given as a...

Right now, the Precipitation example needs to be run in the repo. If the yaml file is copied from [here](https://pyviz-dev.github.io/lumen/gallery/precip.html), it will not run: ![image](https://user-images.githubusercontent.com/19758978/188463519-8abd9e58-762a-492b-894b-8b94d7984ae7.png)

Right now, if you update a filter, each view is updated in serial; see the video below. It could be nice if the views update in somewhat parallel. https://user-images.githubusercontent.com/19758978/187155822-1c9a8830-abdb-4ee7-995f-cf17b6549642.mp4 ```...

The files on https://examples.pyviz.org/attractors/attractors_panel.html redirect to page not found ![image](https://user-images.githubusercontent.com/19758978/187228003-85792caa-9e38-49e3-a598-b1f29942d2fc.png)

**Describe the issue**: Using boolean logic on a shifted Series gives wrong results. **Minimal Complete Verifiable Example**: ```python import dask.dataframe as dd import pandas as pd import dask import numpy...

needs triage

### Problem description When using `Template` as a tooltip in a `HoverTool`. I would like it to be possible to also use formatters. ### Feature description I want these two...

type: feature
tag: API: models

I have the following code: ``` python self._edits.append( {"operation": "update", "id": index, "fields": list(fields), "region_fields": []} ) ``` Which I run with `ruff format --preview` and gets ``` python self._edits.append({...

formatter
preview
style

In notebook 6 and choosing the lassoselect, it can error out if spatialpandas is not installed. ![image](https://github.com/holoviz/holoviz/assets/19758978/b04a11f0-e27e-473d-aa72-455f117d2688)

https://github.com/holoviz/holoviews/pull/6059 added tsdownsample algorithms. We should, at a minimum, update the documentation to mention it. Right now the other downsamples are mentioned here: https://holoviews.org/user_guide/Large_Data.html#working-with-time-series

type: docs
good first issue