James Williams
James Williams
## What is the goal of this PR? In the course of fulfilling https://github.com/vaticle/typedb-studio/issues/392 we have developed a suite of tests concerning the integration of discrete sections of Studio. Automated...
## Problem to Solve Currently when filling out the credentials for connecting to a Cluster instance, you have to type out the path to the certificate. This isn't very user...
## Problem to Solve We have quite a few feature requests that would work better as preferences rather than having their own dedicated icons or dialogs. ## Proposed Solution Implement...
## Problem to Solve We have features that are marked as coming soon. We should finish these before the end of the milestone. ## Proposed Solution Implement them.
# NOTE This in draft at the moment as the tests fail in Factory due to the following error: ``` 2) expandThenCollapseFolders(com.vaticle.typedb.studio.test.integration.ProjectBrowserTest) java.awt.HeadlessException: No X11 DISPLAY variable was set, but...
## Problem to Solve We don't have a light mode for graph visualiser. ## Current Workaround None. ## Proposed Solution Support changing graph visualiser theming to a lighter, more printer-friendly...
## Problem to Solve After installing Studio on Linux, it isn't clear how to start Studio. ## Current Workaround Currently, users have to find the binary named 'TypeDB Studio' after...
#### General troubleshooting tips Before logging an issue please check that: - [x] You have the latest version installed (There may be a beta version that fixes your issue), see...
## Problem to Solve We'd like a way to perform a lightweight check of server health. ## Current Workaround Connect via TypeDB Console or another client and run a simple...
## What is the goal of this PR? We store cursor positions when changing lines as described in https://github.com/vaticle/typedb-studio/issues/748. This is standard behaviour in other IDEs, such as IntelliJ IDEA...