Kalila
Kalila
Related to the functionality added in #1084.
It is possible that this will break something in the future if it's not addressed so best to get ahead of that. https://github.com/vircadia/vircadia/blob/5aced5ea7e03478613ffa41062d955b4bedc8148/hifi_utils.py#L114
This issue should serve as the central discussion for notes / needs for the script engine upgrade. Mandatory Requirements for the New Scripting Engine: * Security Context * Be able...
With the addition of email verification to Iamus, the Interface should be made aware if an email verification is required or not after registration. As of 4/19/21 the Metaverse hasn't...
This is to allow users to download the latest working copy of master in order to continually test it.
Currently I see that we have environment variables documented to adjust ports on the Domain server. However, I don't see anything about having arguments to pass in ports for individual...
Metadata and Stats Exporter Ports should default to base port + num instead of manually hardcoded.
This will prevent conflicts for easier multi-domain deployment. Though, the reason for the metadata port for remaining the same is so data can always be found about a single domain...
If anyone wants to give this a go.
Current user data is heavy, it requires parsing and unparsing(?) JSON every time, it's not JSON by default, and it requires reading and editing the entire property every time instead...