-
## Problem to Solve
We should disallow disconnected match queries, since these are usually user errors. In particular, when combined with data writes such as deletes, a 'match' query generating mor…
-
Hi,
We are producing an extension module for Stix2 that makes Vaticle TypeDB a standard datasource/datasink for your library. We currently have a minimal setup that has the init() and add() methods…
-
-
## Problem to Solve
As of https://github.com/vaticle/typedb-behaviour/pull/239 and follow up tweaks, we have several definitions that look something like this:
```
@Then("{root_label}\\( ?{typ…
-
## Description
A long TypeQL query causes an error: "gRPC message exceeds maximum size 4194304". If the query gets really **really** long, the error message becomes less helpful: "Unable to connect…
-
I think it'd be hugely beneficial to have rules that could package and publish a crate built in bazel to a published registry. Is anyone working on such a thing? Or is there some other implementation …
-
## Problem to Solve
When a query returns a significant amount of data, studio spends a significant amount of time (several minutes)/CPU resources trying to layout the graph. While that's happening,…
-
## Description
TypeDB opened with some tabs in background. I was working in IntelliJ IDEA. Made some changes in schema.tql, then switched back to Studio and immediately clicked on schema.tql file t…
-
## Problem to Solve
We can define/undefine rules. We can read a schema with read transactions from any client. But we can't read rules right now.
## Current Workaround
TypeDB Console has a bu…
-
## Problem to Solve
It can take up to half a second for a clicked vertex to receive focus.
## Proposed Solution
I wonder if Compose's `pointerInput.onTap` is laggy? But this worked fine in 2.…