go to post Nikita Savchenko · Jun 19, 2021 Hello! Thanks for the question. This is a typical question on some machines or with some networking software. Try looking through the issues to find the answer. In my experience, as well as my colleagues experience we never encountered these problems.
go to post Nikita Savchenko · Jan 24, 2021 Also check out ObjectScript Visual Editor - from what I remember it runs on IRIS (however last major versions were not tested).
go to post Nikita Savchenko · Jul 13, 2020 Thanks Peter and Dmitry. It looks like WebTerminal is just missing a backspace interpretation, client-side. I can fix this problem once I have some free time, should be quick. Thanks for reporting!
go to post Nikita Savchenko · Jun 3, 2020 Thanks, it makes sense! I filed an issue for adding a hint, but it might be there for a while as the project isn't actively maintained today.
go to post Nikita Savchenko · Jun 3, 2020 Hi Robert! WebTerminal's developer here. In WebTerminal, there are some core blocker issues we didn't find a way to fix. They are not allowing to support some "traditional" debugging commands and some of those commands you've mentioned. The core problems are described in the issues, take a look. Mainly, it is because WebTerminal is implemented on top of WebSockets and uses "xecute" under the hood. I was asking about re-implementing the WebTerminal's core over telnet to overcome these issues, as then the standard terminal (telnet?) device will be used, eliminating these existing issues. So far, we just need to find an approach to execute arbitrary code in IRIS/Cache using the terminal device, which was not found yet.
go to post Nikita Savchenko · Dec 12, 2019 Thanks! Considering the points others mention, I agree that projections should not be the way to install things but rather the acceptable exception as for WebTerminal and other complex packages.
go to post Nikita Savchenko · Dec 12, 2019 True points. For sure, developers can customize it. I can do another version of WebTerminal specifically for ZPM, but it will involve additional coding and support: 1. A need to change how the self-update mechanism works or shut it down completely. Right now, the user gets a message on the UI, suggesting to update WebTerminal to the latest version. There's quite a lot of things happen under the hood.2. Thus, create an additional pipeline (or split the codebase) for 2 WebTerminal versions: ZPM's one and a regular one with all the tests and so on. I am wondering is it worth doing so in WebTerminal's perspective, or is it better to make WebTerminal a kind of an exception for ZPM. Because, still, inserting a couple of if (isZPMInstalled) { ... } else { ... } conditions to WebTerminal (even on front-end side) looks as anti-pattern to me.
go to post Nikita Savchenko · Dec 12, 2019 Thanks! Exactly, I completely agree about simplicity, transparency, and installation standard. But see my answer to Sergey's answer - what to do with WebTerminal in particular? 1. Why would I need to rewrite the update mechanism I developed years ago (for example)?2. Why would I need to maintain 2 code bases for ZPM & regular installations (or automate it in a quite crazy way, or just drop self-update feature when ZPM is detected)3. Why all these changes to the source code are needed, after all, if it "just works" normally without ZPM complications (which is how the ObjectScript works) I think this leads to either "make a package ZPM-compatible" or "make ZPM ObjectScript-compatible" discussion, isn't it?
go to post Nikita Savchenko · Dec 12, 2019 Exactly not for installing purposes, you're right, I agree. But what do you think about the WebTerminal case in particular? 1. It's already developed and bound to projections: installation, its own update mechanism, etc.2. It's also shipped outside of ZPM3. It would work as usual if only ZPM supported projections I see you're pointing out to "It might need to support Projections eventually because as you said it's a part of language" - that's what mostly my point is about. Why not just to allow them.
go to post Nikita Savchenko · Dec 11, 2019 Hello! It's Nikita, the creator of WebTerminal. There is no such thing implemented in WebTerminal. Because, still, all the commands are executed via xecute Cache command under the hood in a dedicated process. However, if you really need this to be implemented - feel free to create an issue here. Hope this helps!
go to post Nikita Savchenko · Nov 2, 2019 Hello Arto! Thank you for letting us know. I don’t think that WebTerminal could cause any damage to Studio/debugger. At least, you can try to completely remove WebTerminal by deleting WebTerminal classes (right click in Studio or select classes in the Management Portal -> Delete) and test it again. But anyway it has nothing in common with studio nor debugger. Apart from that, what are you trying to debug? It might be you just misusing it, but I believe you did it before successfully. Hope this helps!
go to post Nikita Savchenko · Jun 10, 2019 Great news, congratulations!P.S. Special thanks to Evgeny for pointing out to exactly WebTerminal's analytics class :)
go to post Nikita Savchenko · May 22, 2019 Hello! Thank you for posting the question.Thanks to @Francisco.López and @Eduard Lebedyuk for pointing out to the right place.Indeed, there was a little mess with links and downloads: the information was spread across 3 repositories on GitHub. I moved all the stuff to intersystems-community repository, as well as added releases there. This repository can now be treated as the main repository of the project. Also, there is the releases page with the latest XMLs you can download for installing ObjectScript Visual Editor. This page is also linked in Open Exchange and the readme file.Would love to hear your feedback! Thank you!Nikita, the developer of this app.
go to post Nikita Savchenko · Mar 2, 2019 Hello Matthew! Thank you for your feedback.Indeed good point. One idea that comes to my mind for this case is to improve the import script to file the list of classes which were ever imported and those which are used now. By using this list the import script can resolve which classes to delete and which to keep. However, deleting classes can always introduce unwanted side effects, but in terms of a project this should be consistent.
go to post Nikita Savchenko · Feb 20, 2019 Thanks Evgeny. I don't have a demo but you can find all the sufficient documentation and a smart contracts address within the link provided. We have a working smart contract and you can see some historical billing transactions there.
go to post Nikita Savchenko · Feb 19, 2019 Nice job guys, looks great!I've noticed you multiply estimated gas by 100 - why do you need this? Gas estimations calculated by providers can be inaccurate but they're always equal or higher than the actual gas price.Can't wait to see your next article and the example you provide. In our case, we've implement recurring billing in Ethereum blockchain. If you're curious, you are welcome to read my article about recurring billing in blockchain or even try how this works.
go to post Nikita Savchenko · Oct 18, 2018 Hi Mike!When WebTerminal says “See You!”, it means that the server process normally exited. Which means that something prevents WebTerminal from running normally on the server or terminates WebSocket connection.Try to delete WebTerminal classes and install it again into different clear namespace (like USER). Does it help?
go to post Nikita Savchenko · Mar 14, 2018 Check it here: https://github.com/ZitRos/cache-visual-editor
go to post Nikita Savchenko · Mar 14, 2018 So this is strange. Try installing some of my other projects like WebTerminal or Caché Visual Editor and check whether they have the same issue. If yes, double check your Caché security settings, and especially web apps and their privileges.