Colin Alworth

Results 87 issues of 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...

build
grpc
NoDocumentationNeeded
ReleaseNotesNeeded

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...

bug
grpc
python-client
jetty

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.

jsapi
dependencies

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....

feature request
triage

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. -...

jsapi
grpc
plotting

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...

bug
jsapi
triage

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...

barrage

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...

bug
python-server-side
plug-ins
2023_triagedNoMilestone

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...

feature request
grpc
epic

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...

feature request
python-client
input-tables