Matthew Runyon

Results 46 comments of Matthew Runyon

Do we have "real" sessions in DHC now? I was under the impression there is 1 session that all connections share (when I open the UI in a separate or...

Looks like we don't call anything on the web side except for clearing saved tokens. There is a `session.close()` in the JS API on `IdeSession`. Should we calling that and...

> Another option is to create a wrapper component that handles creating and passing `nodeRef` internally. The only issue with this is that it will wrap all of your transitions...

https://github.com/deephaven/web-client-ui/blob/main/packages/console/src/monaco/lang/groovy.ts#L151 is the offending line. If we want both as strings we should remove this clause. If we want both as "deephavenDb" (which doesn't seem to actually colorize anything), we...

I had a similar issue that I fixed with this code. EDIT: I see you also have a workaround that looks similar. Missed it initially ```ts const context = useDndContext();...