Philipp Rudiger

Results 1200 comments of Philipp Rudiger

This doesn't seem like a bug to me, the generator has to get scheduled on a thread so it doesn't block things on the main thread so if you print...

There's really no alternative, a generator like this: ```python def g(): while True: yield 'g' ``` would simply block forever.

Maybe we should start with your use case, what would be expected behavior for you here? Yielding from the generator once, yielding from it every time the parameter is accessed,...

hvPlot does not embed all the data in the notebook and therefore an exported HTML on purpose as you would quickly reach huge file sizes. So by default the output...

Strongly related to https://github.com/holoviz/panel/issues/6071.

We really should review the API and use keyword only args where possible.

Oops, this does appear a Panel issue.

The backtracking behavior was fixed in https://github.com/holoviz/panel/pull/7128

With range handling: ![ezgif-6-90d086a92b](https://github.com/user-attachments/assets/ab2db0f3-ef0a-4628-a999-b89715cbb2f1)

Transferred this back to hvPlot, there is now an API to do this but it would be good to expose it in hvPlot.