Philipp Rudiger

Results 1206 comments of Philipp Rudiger

Note that the `IndexError: pop from an empty deque` is unrelated to Panel and caused by some changes in tornado>=6.1: https://github.com/jupyterlab/jupyterlab/issues/11934

Isn't that just a missing asyncio import ? ``` > File "/home/shh/Development/holoviz/multi2.py", line 17, in countdown await asyncio.sleep(1) NameError: name 'asyncio' is not defined ```

And for your example @MarcSkovMadsen I do get a bunch of "Failed sending message as connection was closed" warnings and sometimes StreamClosed errors but the app consistently loads fine and...

Oh right, yes, that's when the bokeh clean job will destroy the module. I'm not quite sure how we can also have it cancel any tasks running on the asyncio...

I doubt this is related to memory usage, much more likely that we are exceeding the max websocket message size configured by Jupyter or something related to that.

I guess it's both in fact. I'd expect this to work (so it's technically a bug) but at the same time at present I'd expect it to cause computing the...

Honestly, it's more of a feature than a fix. The embed functionality was only ever designed for very simple applications, indeed it came out of the idea of HoloViews HoloMap...

Basically this is true of all panes, since widgets have a default margin of `(5, 10)` but (almost) all panes have a default margin of `5`. Would have to decide...

TTL is already supported. I'm also happy to accept hashing function contributions and you can already provide your own hashing function to supplement/override others. Definitely looking into DiskCache again.

@samuelyeewl Do you still want to add this? I think it's reasonable to add although we might consider making `DatetimerRangePicker` more configurable.