Results 193 comments of Daniel Mewes

I'd like to check this with @chipotle though, since there might have been some different intentions behind these documents or things he has improved in the quickstart that aren't reflected...

It looks like only the "Getting started with Horizon client" section from https://github.com/rethinkdb/horizon/blob/next/GETTING-STARTED.md wasn't in the docs yet. It is now at https://github.com/rethinkdb/horizon-docs/blob/master/getting-started.md That's enough for the 1.0 launch. I...

@deontologician Is there a benefit of using the user id from the handshake over getting it from `currentUser` (http://horizon.io/api/horizon/#currentuser)? If the `utensils` object is not part of the official API...

@SenerDemiral This is an issue about documentation. There is a different tracker for issues with Horizon itself. I moved your comment over to there: https://github.com/rethinkdb/horizon/issues/533

Thanks @Tryneus . I thought we were pushing the version through to the client to catch cases like - client A fetches a document - client A modifies it locally,...

Oh cool, but how do I specify the version to a write? Do I just place the version field that I get from a write response into the document for...

This comes to mind: https://github.com/rethinkdb/horizon-docs/issues/71 Just pinged @Tryneus for some details on the index names...

@deontologician Do you know what it will take to update this example?

Did you start a RethinkDB server? You'll need to run `rethinkdb` separately.

@floatingFaez Are you still seeing the same error? `Error: Cannot find module 'bcrypt'`? That would suggest that bcrypt isn't installed properly yet, or node doesn't find it.