-
I can consistently segfault the server in Docker and Pip by running the following code. It requires the Python packages `torch` and `transformers`.
```
from transformers import BertForSequenceClas…
-
It could be useful to have the ability to reference exports from the script of `ConsoleService.ExecuteCommand`. This would allow a "hybrid execution" workflow where some table operations are exported …
-
I managed to get the UI to lock up with this error. It seemed to be unresponsive after getting to this state. DHE demo system.
![image](https://github.com/deephaven/deephaven-plugins/assets/52503…
-
Currently for every update, the server sends the entire re-rendered document, even if only a part of it has changed. Should only send the diff between the current document and the new document, to dec…
-
Import and create PRs for Deephaven changes
-
Deephaven does not currently handle Iceberg column renames.
Here is an example to produce a set of data that illustrates the issue
https://gist.github.com/devinrsmith/a6d537e5dce3ff0b25ba4b9c62d80…
-
We should provide default shortcuts + documentation on configuring shortcuts for Run Deephaven File and Run Selection commands.
-
When I write a bad line of code and execute it, I get the red line under the code telling me that line has failed. This is useful. However, once I start editing that line of code, I expect the red lin…
-
**Description**
I've been able to repro behavior reported by one of our users, in which `rolling_formula` does not work on a Boolean column. The goal of the operation is to check if there hav…
-
**Description**
Freeze stack trace from columnToNumpyArray on empty table - may not be safe to call from within a column formula.
**Steps to reproduce**
In deephaven community, run the followin…