dmill
dmill
This is a replacement for PR #37. You will notice that the coverage goes down significantly and this is normal. I'll go into detail about it later. ## Short version...
I've noticed a lot of gaps in data. Below are a couple of the ones I can't find: **URL** The RESTful API call you are making (please be sure to...
Don't need to use master anymore. Can update simply which will prevent having to generate the lib.
@jbmusso I'm going to need your help one more time (sorry for the trouble). I'm basically almost done. Once the two issues here are taken care of and I replace...
`client` should become `_client` as a reminder that it's not part of the public API of `DriverClient`
***_cough cough**_*  Consider (check licensing): - [sigma](http://sigmajs.org/) - [linkurious](http://linkurio.us/toolkit/)
When running the following init script (history) gremlin-server chokes: (http://www.gremlinbin.com/bin/view/56fe717a0bbc8) ``` groovy graph = TinkerFactory.createModern(); g = graph.traversal(standard()); def subgraph = g.E().hasLabel('knows').subgraph('subGraph').cap('subGraph').next(); def sg = subgraph.traversal(); ``` ``` Error: startup...
The following examples all fail or return a different output : - [x] **1)** Error ``` groovy g.V().values('age').fold(0) {a,b -> a + b} ``` **Solution** : The typeChecker has no...
Keeping this open ticket for cases where the sandboxing prevents users from running certain queries (because it is too restrictive). If you're experiencing this please let me know which query...