-
Hi @ShishkinDmitriy! Thank you so much for developing an Atom plugin for Graql - the community loves it!
Graql also has its own repository now:
https://github.com/graknlabs/graql (don't forget t…
-
_This issue was originally posted by @haikalpribadi on 2017-06-27 18:14_.
Editing multiple files is easier in terms of workflow so we (Miko & other ontology designers) currently do this:
graql.sh -…
-
running GRAKN 2.0.2 on windows 10
Not only dose it crash the transaction and the GRAKN Console and kick you all the way back to the windows console it dose not give a meaningful error message so I…
-
## Problem to Solve
There used to be a Graql cheat sheet to look at many aspects of the Graql syntax at once. The following link doesn't work: http://grakn.ai/graql/graql_cheatsheet
## Current …
-
Trying to delete concepts as you iterate over them will fail with a `ConcurrentModificationException`:
```
try (Grakn.Session session = grakn.session(database, Arguments.Session.Type.DATA)) {
…
-
We need to implement an autocompletion tool to be used by an editor or console, that takes the ANTLR grammar into consideration, rather than string completion of a word. This has been done before, and…
-
## Problem to Solve
Changing the label of a type using Graql used to be possible using the following confusing syntax:
```
EntityType type = tx.getEntityType("a-new-type");
Label newLabel = Labe…
-
Hi @BFergerson - I hope you're doing well! Thank you so much for developing a JetBrains plugin for Graql - the community loves it!
Graql also has its own repository now:
https://github.com/grakn…
-
## Problem to Solve
The scenario:
```gherkin
Scenario: uncommitted transaction writes are not persisted
When graql define
"""
define dog sub entity;
"""
When sessio…
-
It might be nice to see how many of the features files can be parsed, to track the progress, and see where work needs to be done.
Just creates a simple script for that maybe?