Colin Alworth

Results 87 issues of Colin Alworth

Discovered researching #6177. Subscribing (viewport or full table) to a large sparse table requires serializing the full rowset and appending that to the barrage metadata message. Presently we write the...

feature request
barrage
core
barrage-wrkr2wrkr

As a developer of a client application using provided API clients, I sometimes want to specify a ticket directly using bytes to indicate a custom ticket resolver or use case...

feature request
jsapi
grpc
java-client
python-client
devrel-watch

Similar to #5372, the JS API needs to be able to consume shared ticket types passed to it, and create shared tickets that can then be passed to other clients.

feature request
jsapi
core
June2024

As a user inspecting blink tables that are being built before other operations are applied to them, it can be frustrating to observe the contents of those blink tables, especially...

documentation
feature request
query engine

There are at least two races happening in the JS TreeTable, though both are basically caused by the same issue. Neither seem to be new with the #5890 changes: *...

bug
jsapi
triage

**Description** In a deephaven.plot.figure.Figure instance, the axis of a chart is defined separately from the series that will be related to it. The axis can be given a format pattern...

bug

While fixing https://github.com/deephaven/deephaven-core/issues/6067 I found that it appears IrisGridModelUpdater is applying sort, filter, viewport, then closing the current rollup to replace it with a new one. Steps to reproduce: 1....

bug

**Jetty version(s)** Compared Jetty 12.0.13 with Jetty 11.0.24 **Jetty Environment** Tested EE9 and EE10 **Java version/vendor** ```shell $ java -version openjdk version "21.0.4" 2024-07-16 OpenJDK Runtime Environment (build 21.0.4+7) OpenJDK...

Bug

This provides tools to convert js strings to and from streams and typed arrays. Well supported in all browsers, this could be part of elemental2-core, or it could reasonably be...

### Steps to reproduce: 1. Create a blink table, with some array column 2. Ungroup the table, so that each array element has its own row 3. Confirm that the...

bug
query engine
triage