John

Results 7 issues of John

Server version: 2.0.0-beta-7 Client version: 2.0.0-beta-7 I am executing a query like this: ``` javascript try { log("saving..."); (hz("table") .store(record) .subscribe(function success(result) { log("ok => "+ show(result)); // ... use...

Hi. I'm trying to generate an rpc client for grakn using the protocol definitions from https://github.com/graknlabs/protocol and one of them has a doubly nested message, which we've extracted into a...

Hi, I have a situation where are tests are sometimes run under phantom 1.x and sometimes under 2.x. I have to check for a specific exception message being thrown but...

λ> accountId0 Id {unId = 00000000000000000000000000} λ> accountId1 Id {unId = 00000000000000000000000001} λ> hash accountId0 5618888146721150863 λ> hash accountId1 5618887047209522684 λ> accountId0 == accountId1 False λ> -- So far so...