-
When i open a file with an unsupported extension, the various "run deephaven" options still exist.
-
Presently, the web UI seems to share too much between PartitionedTables and uncoalesced Tables. Recapping briefly, a PartitionedTable is a kind of widget, while a Table that is uncoalesced has no size…
-
When I switch to a different project, I do not really want any information about the Deephaven plugin. I would like to be able to only associate it with relevant projects. Maybe this is a VSCode-level…
-
When deploying @deephaven npm packages, we build the packages by running `npm run build`. This:
1. Builds the types via the tsc compiler (via the "types" script)
2. Builds the source code via Babel …
-
_This issue was auto-generated_
PR: https://github.com/deephaven/deephaven-core/pull/6110
Author: chipkent
## Original PR Body
Newly supported methods and constants:
- [ ] addExact
- [ ] atan…
-
This ticket is the result of an experiment in trying to run the server on plain Windows. It is more of a "document the current state of the world" than a feature request, but that's the most appropria…
-
**Description**
A clear and concise description of what the bug is.
**Steps to reproduce**
1. Start up a server with Anonymous auth, then go to http://localhost:10000/jsapi/table_viewport…
-
Nesting tabs do not work. I suspect they are unsupported, but instead provide an error message that does not say this.
1. Nesting tabs should be supported.
2. If they are not supported, a clear e…
-
Currently, this integration relies on setting a random variable name in the global scope so that it can be passed to the JS client:
* https://github.com/deephaven/deephaven-ipywidgets/blob/v0.6.0/d…
-
Originally suggested by JJ in https://github.com/deephaven/deephaven-ipywidgets/issues/48
This seems like something more appropriate to introduce in `ui.table` though.
Perhaps we could have …