1000TurquoisePogs

Results 224 comments of 1000TurquoisePogs

does this happen when apiml is/isnt used? could the error response be different?

It would be great if you could show us how devcheck works, and also give us a list of what package.json files are causing trouble. I saw some package.json and...

you can add rulers to the editor via "rulers": [ 10, 80 ], https://blutorange.github.io/primefaces-monaco/typedoc/interfaces/monaco.editor.ieditoroptions.html#rulers but, to have a ruler at the TOP doesnt seem possible? If you had a top...

I'm not sure if this is the reason, but don't use v18.12.1. It has a known issue in which it'll crash at a very predictable amount of time after doing...

https://github.com/zowe/zlux-server-framework/blob/v2.x/staging/plugins/terminal-proxy/lib/terminalProxy.js#L406 code 4000 occurs in two cases, * the host (as in, the TN3270 or SSH server of z/os) closed the connection on us. That can for example happen if...

Your log confirms that this part of the code is hit https://github.com/zowe/zlux-server-framework/blob/v2.x/staging/plugins/terminal-proxy/lib/terminalProxy.js#L605-L607 So yes, the TCP connection was closed, leading to the websocket being closed. I've seen that happen due...

Regarding the logs, here's what we see: omvst versus mvst: the terminal proxy connects to what the browser asked for, though there may be dns resolution for hostnames. not sure...

Regarding VT terminal being slow: when using ssh, the DH key exchange is just extremely slow. nodejs has some slow code there, and we looked around for alternative libraries but...

Do you have a network analysis tool that could show where the connection gets dropped? As the logs say "Error: Host closed socket", Zowe has no information on why the...

* Is this still happening for 3270, or only VT/SSH? * If you type an IP instead of a hostname for the value of where to connect, does it prevent...