Evgeny Shvarov · May 11, 2017 go to post

Hi, Sean!

I'm also wondering if there is any advice on the best way to deploy the language pack (global) with an application on GitHub. If the application was developed such that it bakes the language at compile time, then how would you bundle the language into the build file. Would you just include all of the languages or have the user install the language of choice separately.

I would suggest to export global in XML and store the file in sources. Pro: no losses, no conversion issues, same import/export as for code stuff. Like:

D $System.OBJ.Export("CacheMsg.GBL","cachemsg.gbl.xml")

Con: large size. But lang resources don't seem to be example of really large global.

For deployment purposes, e.g. what to upload to Github's Releases section, I like recently discussed recipe to export/import global with gz packing on the fly.

Evgeny Shvarov · May 10, 2017 go to post

Hi, Kishan!

I sent the personal invitation to your email. Maybe your anti-spam filter is too cruel?

Resent it now.

Evgeny Shvarov · May 10, 2017 go to post

Hi, Kyle!

In case if it is not new development but legacy global storage system what is the proposed way to make the data in globals available for SQL queries and DeepSee?

Evgeny Shvarov · May 10, 2017 go to post

Hi, Sean!

Really good point. Maybe it makes sense to introduce a kind of REST API web-app and class to provide a general way to load text resources from serverside for js and other apps which utilize REST and JSON.

And yes, get the resources by id and languages constant. 

Evgeny Shvarov · May 8, 2017 go to post

Thank you, Benjamin!

Yes, similar and related are concepts are in the roadmap too, thanks for the useful link! 

Evgeny Shvarov · May 5, 2017 go to post

Hi, Peter!

I guess it's more about the source value list type:

We can put this option if the value for the level is a list which provides the way to introduce all the list elements as level members and link the current fact to all of them.

But I was interesting to me too how to manage the second level of hierarchy for such a first level? How Deepsee guesses which list element of the first level have the certain members of the second level and should I show it in expression somehow?

Am I right, Gevorg?

Evgeny Shvarov · May 4, 2017 go to post

Hi, John! 
Yes, it is. I'll post the release announcement later. 

Hope you like new color scheme. I do )

Thanks!

Evgeny Shvarov · May 2, 2017 go to post

Hi, Pravin!

Thanks for the feedback.

There is no way to do this at the moment. But it is planned feature to introduce.

Evgeny Shvarov · Apr 28, 2017 go to post

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")
Evgeny Shvarov · Apr 28, 2017 go to post

Hi, Murali!

What configuration do you want to manage?

Users/Roles/Resources?

Namespace mappings?

Memory/CSP settings?

Evgeny Shvarov · Apr 28, 2017 go to post

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. 

Evgeny Shvarov · Apr 28, 2017 go to post

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.

Evgeny Shvarov · Apr 27, 2017 go to post

I think the idea of changing the ID of the instance is never a good idea whether it is ID or GUID.

Evgeny Shvarov · Apr 27, 2017 go to post

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!