Simon Høxbro Hansen

Results 108 issues of Simon Høxbro Hansen

TODOS: - [x] Investigate why I can't delete rows after changing it. - [x] Remove flickering, when updating annotation? Delete rows from the tabulator https://github.com/holoviz/holonote/assets/19758978/eca71408-7420-4420-9fb0-e03f08f58edb Edit values from tabulator +...

WIP Note: Running SQLiteDB with `:memory:` does not have as big of a penalty as when saving to disk. I think the reason I'm seeing such a slowdown is because...

When running the connector in a panel app with `panel serve --num-threads 2 app.py`, I got the following error: `SQLite objects created in a thread can only be used in...

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
python

### Development Team members only Currently, when you search for "bokeh documentation" on Bing or DuckDuckGo, no search results for the documentation website (https://docs.bokeh.org/en/latest/) come up. Does not seem to...

tag: component: docs
type: task

### Software versions ``` yaml Python version : 3.11.9 | packaged by conda-forge | (main, Apr 19 2024, 18:36:13) [GCC 12.3.0] IPython version : 8.24.0 Tornado version : 6.4 Bokeh...

type: bug
tag: component: bokehjs
tag: UI: gestures

Now we raise warnings as exceptions.

Fixes #2302 Beforehand, this will not output logs because `distributed` sets the logger level to error. Not sure if we need to have a setting for this. ``` python import...

Resolves #6891 Postpone the execution to the start the server. It needs a bit more thought than what I have given it. This is mostly a POC right now. ```...

Fixes #6300 A MRE: ``` python import holoviews as hv import pandas as pd hv.extension("bokeh") df = pd.DataFrame({"time": [1], "value": [-1]}) hv.Bars(df) ``` Need to add the MRE as a...

type: bug