Michel

Results 249 comments of Michel

Thinky creates its own feed on top of a driver's feed, there's some doc here: http://thinky.io/documentation/feeds/ And yes, you basically have to hook the feed and the socket yourself at...

Probably not beside for development purposes.

Hello @sasucker -- I'm not sure to understand what bothered you. `account` here is a ReQL sequence. When you write ``` Users.getJoin({ accounts: { _apply: function(account) { return account.fn1(...).fn2(...) }...

Oh I see. Yea it works, but I have to admit I didn't really think about it when I implemented it :) ReQL makes things awesome :)

Yes you can do it with _apply. I would need a bit more details than "it didn't work" to be able to help.

The PR looks good to me. I'm a bit worried about the direction we are going though. One of the nice thing about ReQL is that you know what RethinkDB...

Thanks I just reserved the npm package :) You need to clone for now, I'll start releasing the npm package once I'm done with the heavy lifting (which is more...

Thanks @marshall007 for your help! :)

Do you have a script where this happen? Does `cache` just has a single query with `changes({ includeInitial: true })`?

The short answer is that you cannot add multiple times the same relations, at least that's how `hasAndBelongsToMany` was built. What's your use case behind multiple relations? Maybe extra data...