-
**Description**
When the props passed to `quick_filters` changes, the `ui.table` does not update to reflect it.
**Steps to reproduce**
1. Create the following component:
```python
fro…
-
As a developer I would like to be able to memoize each component, such that it does not re-render in the render cycle if none of the props have changed.
There should be two ways to do this:
1. Use…
-
Trying to read a table that has been created via the catalog, but doesn't have any snapshots, produces an NPE as opposed to an empty table (of the appropriate schema):
```
java.lang.NullPointerExc…
-
I had a community user report that deephaven-ib example scripts were no longer working. After digging in, Deephaven seems to have introduced a regression in one of the recent releases. The following…
-
It would be awesome to be able to display tables side-by-side, or in a grid. Something like:
```python
display(DeephavenWidget([t1, t2]) # Default is side-by-side for multiple tables
di…
-
The cpp-client hangs or fails when handling unexpected VARBINARY type.
For example, applying the patch
```patch
index b11cc5f2a0..5d21609bba 100755
--- a/extensions/barrage/src/main/java/io/de…
-
This is based on the internal file https://docs.google.com/spreadsheets/d/1QEReT-kC8P2U_8ON5mRlQIcBemc3rqJd4u5Ku7JtUNw/edit?gid=1329298994#gid=1329298994, we should likely create tickets for each acti…
-
Just cloned this on my Mac and started Docker. Then I ran it like this:
`./deephaven-parquet-viewer.sh some-file.parquet`
It installed the docker image and then it started showing errors like th…
-
Originally filed https://github.com/deephaven/deephaven-core/issues/5700
The "Advanced Filters > contains" filter is creating an "InvokeCondition" with `String#matches(String regex)`, which is much…
-
**Description**
It is possible to use PyCharm's debugger to debug DH code running on the embedded server directly from PyCharm. It is expected that the debugger would respect any breakpoints in use…