go to post Evgeny Shvarov · Jul 18, 2020 Hi Lucas! It's not an answer on how to use DeepSee Zen, but if you try DSW, it has Dashboard export to PDF and even sending on schedule. Take a look DSW Reports, also tagging @Semion Makarov
go to post Evgeny Shvarov · Jul 16, 2020 Hi Yuri! I tried the "Docker way" to install - all installed properly. I follow your video but I do not see the IntegratedML option on my laptop, no IntegratedML item: What do I miss?
go to post Evgeny Shvarov · Jul 15, 2020 Yes, I think of using it with the site. We may introduce it as an option for authors to use "guessed" tags, or to moderators to update it. Curious to see the IntegratedML option working too!
go to post Evgeny Shvarov · Jul 15, 2020 Hi Renato! E.g. here the author has introduced absolutely random tags (Database, Developer Community). The proper tags could be: Caché, SQL Is there a way to help the system to educate itself with proper tag sets?
go to post Evgeny Shvarov · Jul 15, 2020 Renato! Do you plan to provide an API? URL or text as input, tags as output?
go to post Evgeny Shvarov · Jul 15, 2020 Works like a charm! IntegratedML button didn't work for me - not implemented yet?
go to post Evgeny Shvarov · Jul 14, 2020 Renato, this is impressive! Is it possible to give an URL of the post to your solution and get the tags list back? E.g. for this post?
go to post Evgeny Shvarov · Jul 5, 2020 Hi Mikhail! Thank you! This is fixed with the latest release!
go to post Evgeny Shvarov · Jul 1, 2020 In fact, It works! Installation: USER>zpm zpm: USER>install terminal-multiline [terminal-multiline] Reload START [terminal-multiline] Reload SUCCESS [terminal-multiline] Module object refreshed. [terminal-multiline] Validate START [terminal-multiline] Validate SUCCESS [terminal-multiline] Compile START [terminal-multiline] Compile SUCCESS [terminal-multiline] Activate START [terminal-multiline] Configure START [terminal-multiline] Configure SUCCESS [terminal-multiline] Activate SUCCESS zpm: USER>q Usage with copy-n-paste from docs: USER>d ^%zml Entering multi line mode. Run with empty line. Stop with single "." USER:zml:1> SET x=8 USER:zml:2> FOR { WRITE "Running loop x=",x,! USER:zml:3> SET x=x-1 USER:zml:4> QUIT:x=3 USER:zml:5> } USER:zml:6> WRITE "Next command after FOR code block" USER:zml:7> Running loop x=8 Running loop x=7 Running loop x=6 Running loop x=5 Running loop x=4 Next command after FOR code block USER:zml:1> It works like a charm! Bravo, @Robert Cemper!
go to post Evgeny Shvarov · Jul 1, 2020 Robert! If Copy-n-Paste works for you? For me it doesn't. Possible to add? Added to issues.
go to post Evgeny Shvarov · Jun 29, 2020 But are you sure that method which does the thing was invoked? Is there a matter of Namespace (just a guess)? And what is the status then?
go to post Evgeny Shvarov · Jun 29, 2020 Hi Henrique! what is the problem do you have? any error or what?
go to post Evgeny Shvarov · Jun 28, 2020 Not sure what doesn't work for you. Could you please share an example? Or elaborate the problem?
go to post Evgeny Shvarov · Jun 28, 2020 Oh. Or make a small program, which does the thing - multiline editor for terminal. very simple. Just to have an option copy-paste several lines of code and run it in terminal
go to post Evgeny Shvarov · Jun 23, 2020 Because this is how we work, Robert :) Only this way ;) Thanks @Anastasia Dyubaylo!