deephaven / deephaven-core

Deephaven Community Core
Other
251 stars 80 forks source link

Initial server connection printout seems to assume a fixed window size #5937

Open alexpeters1208 opened 1 month ago

alexpeters1208 commented 1 month ago

When first connecting to a Deephaven server through the VSCode extension, a printout is given similar to the printout given when starting the server with Docker. However, this appears to be hard-coded in some way, as it does not at all respect the window size of the terminal in which it's printed.

Screenshot 2024-08-06 at 4 41 10 PM

Not a world-ending bug, but something that looks unpolished from step 0.

bmingles commented 1 month ago

I believe this comes from the Docker logs whenever a client connects to the DH server. Presumably, the hard-codedness is related to that. @bender any insight on this one?

https://github.com/deephaven/vscode-deephaven/issues/12 is also related to this.