Slava Kim

Results 34 comments of Slava Kim

I think you misunderstood me. This feature is implemented in the Sublime version of this plugin: https://github.com/Slava/tern-meteor-sublime This is not implemented for Vim. I wasn't sure if you are using...

https://github.com/rethinkdb/rethinkdb/issues/4629

I don't think 3579 and 4629 were related. They are separate issues. I need both to be released in an official release to get the latency compensation working without race...

No, https://github.com/rethinkdb/rethinkdb/issues/4629 is still open.

This is important if you want your Optimistic UI features to correctly roll-back if the server disagrees with the client's simulated changes. If you don't require that feature, I think...

The rethinkdb driver doesn't autocreate tables. Why would Meteor do this?

Yeah, I don't know if this is what RethinkDB developers would expect. We can certainly do this, but it is kinda weird given that Rethink has an explicit command for...

Or you misspelled the name of the table and now you have two tables. In mongo at least the collection is not created if nothing was written to it.

I think an `autocreate` flag might not be a bad idea. I just don't want to introduce any default behavior that is not expected from a raw RethinkDB driver. Especially,...

The ticket is still open. So the answer is "no".