go to post Evgeny Shvarov · Apr 29, 2017 Eduard, just providing the link to the post you did to solve the problem.
go to post Evgeny Shvarov · Apr 28, 2017 I think @Nikita.Savchenko can promote his Caché Class Explorer more ;)
go to post Evgeny Shvarov · Apr 28, 2017 Hi, Joe! Just as an option I can suggest the nice app to get the fresh version of code from a given github repo to your namespace. It is CacheUpdater. Import the CacheUpdater release to the Namespace (Or better import it to USER and map the package to %All). This command will deliver and compile the current state of code from repository to your namespace: w ##class(CacheUpdater.Task).Update("iscChris", "CacheRESTStack")
go to post Evgeny Shvarov · Apr 28, 2017 Hi, Murali!What configuration do you want to manage?Users/Roles/Resources?Namespace mappings?Memory/CSP settings?
go to post Evgeny Shvarov · Apr 28, 2017 I think we speak about only the checkbox near answer to mark any answer in a question as accepted. The judge is the topic starter of course.The practical value of this checkbox option for the community members is:1. At least one answer makes sense for the topic starter (which is great BTW).2. It signals that the question has the accepted answer and thus question disappears from unanswered feed filter.But it doesn't negate the fact that other answers can be valuable. I think everything great and this shouldn't be the cause to delete all the answers except the accepted one.
go to post Evgeny Shvarov · Apr 28, 2017 Hi, Raghu!It is possible to mark only one answer as accepted at the moment. But if the situation like this would repeat we would think what to do. Sometimes question has more than one right answer.
go to post Evgeny Shvarov · Apr 27, 2017 I think the idea of changing the ID of the instance is never a good idea whether it is ID or GUID.
go to post Evgeny Shvarov · Apr 27, 2017 Hi, Sean!Thanks for the feedback, this is very useful and fair input. So I've introduced the statement about downvotes to the description.We'll add a hint about commenting triggering by downvote. Thanks!
go to post Evgeny Shvarov · Apr 26, 2017 Mike, would you please clarify? Merge is slow compared to what?
go to post Evgeny Shvarov · Apr 26, 2017 Hi, Mike!Thanks for the feedback!I am still confused between GROUPS and TAGS, they seem like the same thing.Groups and tags are both tags. But the group is the way for us to be sure, that every post relates to something very significant to what our Company does. It's either InterSystems product, technology or service. Anyway, the documentation is nice, but should be expanded and available through a shortcutThere is a shortcut on the Links widgetand in Community menu - "About the site" You say if I have any more questions, ask in this Group, how do I know what Group I am in? And how do I ask in a Group?Sorry, Mike! I just forgot to put the link to the group. But of course, you can ask here in this post too.And yes, this post would be updated once new features and new better ideas to describe the Community will appear.
go to post Evgeny Shvarov · Apr 22, 2017 Hi, Mike!There is a small checkbox to the left of every answer to peek it as an accepted. Please see this post for more details.
go to post Evgeny Shvarov · Apr 22, 2017 I'm a frequent user of Web Terminal and I experience issues with web socket connection terminations on some servers and even on my local mac.
go to post Evgeny Shvarov · Apr 21, 2017 Hi, Chris!Great series!!!Here are my two 5-cents: 1. Would you like to put the code in UDL in the repo?Atelier export can do that and this nice app also does the job.2. Would you please add the Github Topics to the repo to increase the visibility?The possible options related to InterSystems technology can be found here.Thanks again!
go to post Evgeny Shvarov · Apr 21, 2017 Hi, John!Very fair point and we planned it.Actually it is already in test. Would be delivered very soon.
go to post Evgeny Shvarov · Apr 20, 2017 It's not about Atelier, but I would also promote Caché Web Terminal which has the very handy internal sql tool, which you can enter with /sql:@Nikita.Savchenko can provide more info.
go to post Evgeny Shvarov · Apr 20, 2017 Hi, Chris!It should not be any limit.Thanks for the feedback! I'll check it out.
go to post Evgeny Shvarov · Apr 18, 2017 Lint can be time-consuming for sure. But it can be called not with every compile but e.g. before every commit.