go to post John Murray · Jun 30, 2022 I have submitted a PR and hope that the WebTerminal project owner will review and merge it soon. Meanwhile if you want to jump the gun you can download the updated XML file from the PR.
go to post John Murray · Jun 22, 2022 Marketplace is showing 99 installs already. Thanks for all the interest so far. Will you be number 100?
go to post John Murray · Jun 21, 2022 Alexander, neither of the files you asked for are produced by MSM (Micronetics Standard MUMPS, acquired in 1998 by InterSystems).
go to post John Murray · Jun 1, 2022 Seems to be some confusion about whose (or which) app was first in Community section after the first day:
go to post John Murray · May 23, 2022 I suggest you include a widget on every page you serve, and make the widget use client-side JS to display a countdown which updates every second. Set its initial value from %session.AppTimeout.
go to post John Murray · May 18, 2022 Is this the place to start? https://openexchange.intersystems.com/package/iris-google-run-deploy-tem...
go to post John Murray · May 11, 2022 Is the IRIS instance whose log this comes from set up as a member of a mirror?
go to post John Murray · May 5, 2022 The name of the security resource associated with the (CACHE|IRIS).DAT file is embedded in the label block in the database itself.
go to post John Murray · Apr 28, 2022 IRIS doesn't bundle its own ssh server. Unless your host platform offers ssh (not common on Windows) there'll be nothing for your ssh client to connect to. For IRIS on Windows you have the option of enabling the %Service_Telnet service and connecting using telnet rather than ssh. You can optionally add extra security to this by configuring it to use TLS. But as you're talking about localhost why not simply launch Terminal off your IRIS launcher in you Windows System Tray?
go to post John Murray · Apr 27, 2022 Looks like the same issue as https://github.com/intersystems-community/webterminal/issues/141
go to post John Murray · Apr 21, 2022 @Steven Hobbs the docs.intersystems.com link I gave is to the SubclassOf query, which I think @Marcio Coelho can use to get the desired information.
go to post John Murray · Apr 6, 2022 Hmm, looks like the code gets that setting from the "objectscript" settings object. So please try this in your JSON: "objectscript.http.proxyStrictSSL": false Ignore the hover about it being an unknown setting.
go to post John Murray · Apr 6, 2022 Does it make a difference if you add this setting? "http.proxyStrictSSL": false
go to post John Murray · Mar 17, 2022 Studio connects to the superserver port (tcp 1972) using a proprietary protocol but the VS Code extension uses REST APIs over http(s), typically to the same web server as you use when accessing InterSystems Portal. So if your Portal URI contains :57772 then you should specify 57772 as the port in VS Code's connection spec.
go to post John Murray · Mar 16, 2022 Please download the latest beta VSIX from https://github.com/intersystems-community/vscode-objectscript/releases/d... and see if you still get the problem.