JonThom

Results 14 issues of 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...

type: bug
x: good first issue
priority: medium

## 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`...

type: bug
x: good first issue
priority: medium

## 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...

type: bug
x: good first issue
priority: medium

## 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...

type: bug
x: good first issue
priority: medium

## 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...

priority: medium

**Describe the bug** When reviewing flashcards, the grade buttons overlap longer multiline answers **Screenshots** ![image](https://user-images.githubusercontent.com/30726223/161711994-159f1f4a-f252-4441-a8de-721bd9a4411d.png) **Versions (please complete the following information):** - OS: macOS - Obsidian version: [e.g. v0.12.4] -...

bug

**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,...

type: feature
priority: medium
domain: query

## 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...

type: bug
priority: medium