Soroush Saffari
Soroush Saffari
Because the stylable `div` (which is stylable from outside-in, based on the `style` prop) is wrapped by another div whose style is hard-coded (only `minHeight` being customisable), I can't seem...
Grakn version: 1.5 SNAPSHOT ``` define title sub attribute, datatype string; ``` `insert $x isa title; $x "/";` ## Expected outcome: the new instance of attribute `title` to be created...
### Description event payload of the `message` event is missing the `team` property when the message contains files (i.e. subtype is `file_share`). ### What type of issue is this? (place...
At the moment, the app data such as favourite queries and query settings are stored within the [default path](https://github.com/electron/electron/blob/master/docs/api/app.md#appgetpathname) for Workbase running in production, development or test environments. Ideally, each...
## Description The elements in the BioGrakn DN Workspace screenshots look very small. ## Reproducible Steps Steps to create the smallest reproducible scenario: 1. Visit the README of BioGrakn DN...
## Description Some query validations are performed upon the commit of their transaction and because we currently do not commit the transactions in testing the Graql queries, such tests are...
@kasper-piskorski these are not all for you and this issue. after reviewing the Pattern > Overview page, I decided to take note of the topics that I realised are missing...
As the schema for the social_network evolves based on changes in TypeDB Core and/or type additions, the social_network's dataset may evolve as well. For this purpose, loading the dataset into...
Document all the use cases for information retrieval using the Client/Concept API. At the moment, all we have to serve showcase the Client/Concept API are the quickstarts in the individual...
In http://dev.grakn.ai/docs/schema/concepts#undefine, there is no use case explaining how an entity can be undefined.