Vladimir Izmalkov
Vladimir Izmalkov
## Description Studio crash. ## Environment 1. TypeDB version: 2.14.2 2. OS of TypeDB server: MacOS 12.6.1 3. Studio version: 2.14.2 4. OS of Studio: MacOS 12.6.1 5. Other environment...
## Description Studio crashed as soon as I used CMD + S in Sublime Text Editor on the file, opened in Studio. ## Environment 1. TypeDB version: Experimental (it says...
## Description When I try to rename a file in a particular way (change a letter in its name to switch its case: lower/upper case), Studio shows an error and...
## What is the goal of this PR? ## What are the changes implemented in this PR?
### Description of issue > Retrieves the type which this Relation belongs to. https://typedb.com/docs/drivers/c/api-reference#_attribute_get_value is for the value, not the type. Also, it's for attributes. ### Affected docs article https://typedb.com/docs/drivers/c/api-reference#_methods__concept__attribute...
## What is the goal of this PR? Add content for a Troubleshooting section. ## What are the changes implemented in this PR? Renamed, restructured, and added the content to...
## Description ConceptMap.explainables().ownerships() throws a Type error, but it doesn't have any arguments. ## Environment 1. TypeDB distribution: Core 2. TypeDB version: 2.26.6-rc1 3. Environment: Mac 4. Studio version: -...
## Description The `put_rule()` method takes three arguments: the rule's label, condition, and conclusion. All three are strings. For some reason, the condition must be enveloped in curly brackets, and...
## Description The answer section of the C++ driver API reference contains four new files: ``` Future__RETURN__NATIVE_PROMISE__HELPER__.adoc Iterable__NATIVE_ITER__NATIVE_T__T__HELPER__.adoc Iterator__NATIVE_ITER__NATIVE_T__T__HELPER__.adoc typedefs.adoc ``` Adding these files to the C++ Driver API reference...
## Description The Python client requires mandatory encryption enabled on the TypeDB Cluster server to be able to connect. If the encryption on the server is disabled you get the...