-
Current version of the [concept model TypeQL](https://github.com/cardialfly/DALNIM/blob/main/concept_model.tql) declares
`PrecedenceTask sub entity;`
This does not seem to match with the [conce…
-
## Problem to Solve
The grammar allows `match ... ; sort $x, $y, $z asc/desc;`. However, we should allowing each sort variable to have its own direction: `sort $x asc, $y desc, $z asc;` for example…
-
## Problem to Solve
The TypeQL Builder is not really documented anywhere.
## Current Workaround
N/A
## Proposed Solution
Document the TypeQL Builder
-
The DODAF concept model defines Assets as a subclass/subtype of Performer, so we can associate an asset directly to a task.
A similar relationship is desired in the DALNIM concept model.
See an…
-
Hello Vaticle team,
I'm pretty excited, that there will be an official Rust client for TypeDB!
Do you have any rough estimate when this will be ready to test?
Also: I've noticed the [rust-poc…
-
## Description
Matching for a relation playing a role in itself throws internal errors. Two different internal errors have been observed depending upon the exact circumstances, and we have added a …
-
## Description
Undefining a type, declaring that it subtypes a type that doesn't exist, throws a NullPointerException.
## Environment
1. OS (where TypeDB server runs): Mac OS 10
2. TypeDB ve…
-
## Description
I was able to use the `setLabel` method on the `ThingType` concept (javascript client) to set the type's label to "1". I was then unable to change it back (as this is probably unexpe…
-
We need a code editor, could be ‘codemirror’ or 'monaco-editor' so that we can edit large text and code.
This will be used to edit following data:
- query code (tql)
- transformer (javascript) (…
-
## Description
`GraphIterator` throws an assertion error for a test scenario that has dependably passed since reasoner verification testing was introduced. The failure occurs when testing completen…