-
Cluster BDD Scenarios are using Core client and options. This is incorrect and should be fixed.
Please see the following non-exhaustive examples:
- https://github.com/vaticle/typedb-client-java/…
-
Once we have https://github.com/vaticle/typedb-workbase/issues/429 (Autosave projects), this allows us to add the ability to manually save and load projects. This may be useful for users, for example,…
-
## Problem to Solve
Currently, transactions can live for a very long time (indefinitely in fact). However long-running transactions are an anti-pattern, and can cause memory leaks in the server. It…
-
Right now, `//tool/release:create-notes` would compile the messages from all issues and PRs from a given milestone, that has the same name as the release tag. This now needs to change, given the new m…
-
## Description
On an empty database, when executing separate insert, match, insert, queries Grakn uses up substantial CPU resources. A few such cases in succession easily leads to a situation where…
-
The docs state that the get_players() method takes a `role` as argument.
However, the method, as implemented in the Java, Python and node.js clients (and possibly others), actually takes an iterator …
-
## Problem to Solve
Issues #6370 and #6372 indicate the some configs cannot be set correctly from the config file. To address this, we want to centralise any logic that has to happen about configu…
-
## Description
`cask` is no longer a brew command. To install a cask just do `brew install` or `brew install --cask` instead of brew cask install.
## Environment
4. OS of Workbase: Mac OS 10
-
## Description
test-example-python intermittently fails with the following error:
```
test_social_network_python_client_a (__main__.SocialNetworkTest) ... E0716 11:13:22.149513556 4393 metadat…
-
The Graph Visualiser is the heart of Workbase and its one signature feature. Therefore, it should be the first UI element that we implement.
To begin with, we can just load in a fixed dataset (say,…