Michel

Results 249 comments of Michel

I'm sick-ish so my brain may not properly work, but I thought a bit about it. I'm a bit reluctant about saving virtual fields for a few reasons: - It's...

Hum, I just tried, and this doesn't prevent chateau from being installed - There's just a warning during the installation

This works on my machine after cleaning up already installed packages: `npm install [email protected]` For what it's worth (and what I remember), switching to pug is not a no-op, so...

Hum, I'm worried people will try to do stuff like `filter(r.row("endLocation").nth(0) < 10)` RethinkDB maps a few reql objects to native ones: groups, dates, but not location. If we were...

That would be neat. I wonder how much confusion that will throw though. It's a bit harder to know what is executed in the client site, what is on the...

You probably shouldn't use the HTTP API provided by RethinkDB. It's not secured at all -- it's used only by the web interface because the web interface is supposed to...

That or the server would need to be updated to handle queries in a different way.

`r.table('foo').changes()` works if I'm not mistaken. This is about queries like `r.table('foo').filter({bar: 'buzz'}).changes()

Can you provide a table with some data and a query where this doesn't work? Does it work with the official driver?

Ccing a bunch of folks who might have interesting ideas: @marshall007 @coffeemug @contra @gjuchault @simonratner @ironhee @mbroadst