Michael Lucy

Results 36 comments of Michael Lucy

I agree, I'd remove the empty parentheses.

I'm not sure the behavior for option 2 is good. I think maybe it should let you specify a file to save to, and error out if there's a conflict....

@Tryneus -- I think you still need deterministic key order so that you always try to read from the index `{"foo": 0, "bar": 1}` instead of `{"bar": 1, "foo": 0}`.

I think for the moment we should do the easy thing where we let changes back up on the server in a way where clients can reconnect, and if we...

Replacing `val` with `val.do{|x| r.branch(test(x), x, r.error("..."))}` to add asserts to your queries.

I usually use them to mean different things -- a document is any JSON document, a row is a JSON document stored in a table.

(Which sort of highlights the problems with the name `r.row`.)

Would it be unreasonable to tag plucked documents (say by adding something special to the `id` field, which is supposed to be opaque anyway), and then when people write them...

It might be reasonable to just add `pluck`, it definitely gets used way more than `without`.

OK, cool! I actually missed that while look for docs somehow. I think once rethinkdb/rethinkdb#5138 is in we should update that section with information on how to automatically start a...