Mike Bender

Results 61 comments of Mike Bender

@mattrunyon Figure (and Table/Pandas Table) and everything in deephaven.ui should be displaying the error panel with https://github.com/deephaven-ent/iris/pull/1822 and the latest v0.15 deephaven.ui. So not too worried if there's a stale...

Having a hard time debugging the Pandas thing because of a Pandas Enterprise issue: https://deephaven.atlassian.net/issues/DH-17081 I'll submit a fix for that first...

Now that we no longer show the widget after a disconnect/error (https://github.com/deephaven/deephaven-plugins/pull/585) this PR is no longer relevant and will be closed.

Actually I realized there's some refactoring here (`useIrisGridModel`) which cleans some things up and could still be merged, so keeping it open.

This was on a legacy worker, but I wonder if the table is switching between coalesced/uncoalesced: https://github.com/deephaven/deephaven-core/issues/6210

Akshat looked into this and was unable to reproduce... @devinrsmith if you can give a python snippet reproducing this reliably please reopen.

Tried reproducing with some nested tabs: ``` from deephaven import ui from deephaven.plot import express as dx stocks = dx.data.stocks() p = dx.line(stocks.where(["sym=`CAT`", "exchange=`TPET`"]), x="timestamp", y="price") @ui.component def tabs(count=3): return...

Haven't been able to reproduce, will re-open if this is encountered again.

Will add to a feature branch first, starting with this PR #2043