1000TurquoisePogs
1000TurquoisePogs
Spoke too soon, I was just greping wrong: ``` /sgrady/explorer-jes/node_modules> rg --no-ignore "Smack" orion-editor-component/dist/utilities/jcl.js 41: EXPORT: 'Operation Field Smack it', orion-editor-component/src/utilities/jcl.js 36: EXPORT: 'Operation Field Smack it', ```
So... it's actually THIS repo: https://github.com/zowe/orion-editor-component/blob/736bf5763baf4c6966f9e1ef835f4fc994a82f39/src/utilities/jcl.js#L36
Thanks for the PR! It looks good to me so I approved it, but considering the age of that repo I need to figure out how it attaches to the...
That auto-closed. Going to keep open until I know its in the build. Having an issue with the build automation, so checking on that.
I believe this is a bug that happens because APIML does not know the password expired, so it responds with 401, while ZSS does know that the password expired. Because...
I can reproduce this, and will bring it up to the team for assignment.
I found the occurrences here https://github.com/zowe/zlux-editor/search?q=gstatic It looks like we can swap the URL references to url(/something/off/app-server/) Where we get the library from npm here https://www.npmjs.com/package/material-icons and then package it...
Which services return the 500s? For me, I got a 500 on both "info" and "port", but on 2.5 I still got the majority of the info in the UI...
OK, I'll take a look and see if I can reproduce the 2.4/2.5 difference too, since it seems like I'm seeing the same issues as you.
It seems like we can add pings in the terminals because the server code just ignores messages that arent in a certain json format. So, we just need some interval...