mkrutsky

Results 2 issues of mkrutsky

I believe that this method should return collection of Users, currently the return type is `CollectionRequest`.

There's a noticeable difference in the evaluation of `or()` conditions together with vertex id. Depending on whether the initial vertex lookup is done with `g.V().has(T.id, ...)` or `g.V(...)`. When using...

kind/bug/possible