Colin Alworth
Colin Alworth
Revives an old patch, now that we have Java 11 as a baseline for the proto project. Defines a ServiceOptions type for deephaven, with a flag that can be added...
Tracking issue to let us close https://github.com/deephaven/deephaven-core/issues/5996 with its workaround, to resolve whatever spec issue exists between Jetty/Tomcat/etc, and to see about adding tests to grpc-java to validate the expected...
Placeholder issue for manual upgrade of these dependencies once they are all working, and cleanup to remove any workarounds for bugs fixed in these releases.
As a JS API consumer, I want to filter a columns in tables with types that can be deserialized in the client, but cannot yet be referenced in a filter....
Placeholder to track features that should be added to JS API, gRPC, or both, or mismatches between the plotting DSL and the possible APIs that the current API/UI presents. -...
Two test failures in CI have been observed more than once. We have no other context at this time. ``` com.google.gwt.junit.client.TimeoutException: A timeout expired after 1007ms elapsed. at java.lang.Throwable.Throwable(Throwable.java:68) at...
The current release process is mvn release:prepare, mvn release:perform, and this doesn't work well with our github merge strategy. Proposed workflow could work something like this: * Start with mvn...
Another follow-up for #4226, filed separately from #4289. When implementing a bidirectional objecttype plugin, the python type hints say that a `bytes` instance will be received, containing the bytes sent...
As a developer with limited network resources with CPU time to spare, I want to compress large payloads before they go out on the network. For the most part, this...
As a developer, working in an environment where there is a shared InputTable on the server in the global scope, I would like the ability to not only open that...