Ganeshwara Hananda
Ganeshwara Hananda
The README.md describes what KGCN is, but it does not describe how it will be beneficial for users. We should have a use-case section describing the kind of problems in...
Grakn Labs uses the assemble rules heavily and the fact that PackageTar (which is invoked by the assemble rules) does not get cached in RBE causes the CI to run...
The `artifact_extractor` will fail to extract artifacts when the output path is specified as absolute path like below. Moreover, the failure is silent (ie., without throwing any error): ``` bazel...
Provide a DEB distribution hosted at https://repo.vaticle.com. This would allow users to install TypeDB Studio from the command line like so: ``` $ apt get typedb-studio ```
Do we have a FAQ somewhere? I would like to share a few entries which should be helpful to new users in figuring out if something went wrong with their...
The git history contains large files which slows git operation. This diminishes developers productivity and we should move these big objects into Git LFS. First, we'll need to identify what...
Reproducible steps ``` bazel build @graknlabs_grakn_core//:assemble-mac-zip cd bazel-bin/external/graknlabs_grakn_core/ unzip grakn-core-all-mac.zip cd grakn-core-all-mac ./grakn server start bazel test --test_output=streamed //migrator:assemble-mock-test ``` Output: ``` ... 10:02:41.830 [grpc-default-worker-ELG-1-2] DEBUG io.grpc.netty.NettyClientHandler - [id: 0x2e64619f,...
We need to add a test that verifies that users can open multiple transactions in parallel to the server.