Results 130 comments of Daniel Mewes

I personally would put the system tables under "Administration" rather than ReQL. But I haven't thought too deeply about it.

It might be worth making this an integrated part of Horizon in my opinion since easy extensibility is a central feature of Horizon. Though an initial implementation could be done...

:+1: In fact we don't even seem to mention that the `iptables` configuration is only temporary and has to be applied at each boot before RethinkDB is started.

The risk with exposing a `skip` command is that someone could use it for performing a DoS attack against a Horizon server. Currently, all Horizon commands have the property that...

That sounds like we'll need some kind of `dry-run` functionality for this. We can't generally test permissions without sending the query all the way through to the database, because there...

Good catch, thanks for reporting it @robertjpayne . So we just need to add the extra `]` at the end, right?

It's also missing from http://rethinkdb.com/docs/async-connections/#python-with-tornado-or-twisted . Pinging @Tryneus for example code.

As a minor improvement until we fully get there, I think we should add a remark to the `filter` API docs that it performs a full linear scan of the...

There's also the alternative of using a `map` for finding and modifying the element in a single pass. It shouldn't make a difference for performance, but is sometimes nicer to...

Horizon currently doesn't have an equivalent to ReQL's `update`, does it? Did we decide not to have `update` because of concerns about optimistic updates being harder to implement if you...