Barak Michener

Results 7 comments of Barak Michener

Fair point -- I've imagined that you run both of them and they catch different things. The error you've pointed to here is really just a debugging message and not...

It depends on the backend. Some backends don't do ACID -- MongoDB for example. Some backends might -- the proposed Postgres backend, for example. LevelDB could probably be damned close,...

SGTM in principle. In some larger sense, this is the "stop extraction of a tree" bug, then. Which was bound to come up at some point. And is totally useful.

What you really want (and I've been thinking about) is a cursor API. Eg, `g.V().Cursor()` (returns a cursor token) and then `g.Cursor(token).Get(100)` (returns 100 things from the prior query and...

A real-world example being unanimous voting: "For all voters on this vote, the vote is yes". (Put another way, "There is at least one yes voter, and there is not...

@allonhadaya Precisely. Vacuous truth is a weird thing; it often means returning a whole bunch of unrelated nodes. That said, if implemented by the book, it would also be correct...

@AnneTheAgile Would love the help! The GoDoc bit is one thing for sure, but there's regular documentation that could use some help from writers too. An exposition on getting started,...