JonThom
JonThom
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.0.0 A...
## Description As we know, when subtyping a relation, any roles that are not explicitly subtyped are implicitly inherited by the subtype: ``` define super_rel sub relation, relates super_rel_role, relates...
## Description When defining (1) an abstract attribute `abstract_attribute` (2) an abstract type `abstract_entity` (3) a non-abstract subtype of abstract_entity, `concrete_entity` and committing, and then defining that `abstract_entity owns abstract_attribute`...
## Description Redefining an attributetype value appears to commit successfully when, in fact, it fails. ## Environment 1. OS (where TypeDB server runs): Mac OS 10 2. TypeDB version (and...
## Description When re-defining an existing schema attribute type, user has to provide the value (`string`, `long`, etc) or else gets an error. This is inconsistent with existing roles played...
## Description Given A and C, both known, which do NOT share any relations, but both share a different relation with B (unknown), we wish to retrieve the chain connecting...
**Describe the bug** When reviewing flashcards, the grade buttons overlap longer multiline answers **Screenshots**  **Versions (please complete the following information):** - OS: macOS - Obsidian version: [e.g. v0.12.4] -...
**Describe the bug** I set up a console.log statement in the onZoom callback. When the graph renders the first time, the callback is firing constantly (>10/second). This behaviour stops after...
In Studio, running a query of the form `$rel ($a, $b) isa relation; $a has attribute "A"; $b has attribute "B";` when there are other role players in the relation,...
## Description In the concept rule API, the `rule.get_when()` method returns a string that includes an outer pair of curly braces around the `when` statements. `rule.get_then()` returns a string without...