-
Hi,
First of all, thanks for the sample! It's helping me to kickstart a project. However, if someone would run more than one replica of the socket.io server, horrible things would start happening, as…
-
I would like to propose support for a generic OpenID Connect authentication adapter. OpenID Connect is a standardized protocol and simply an authentication layer on top of OAuth 2.0.
It is already…
-
For
```
Users.orderBy({index: "score"}).limit(10).changes()
```
We should return an array of 10 documents and maintain it up to date.
This is pending some changes on the server: https://github.com/r…
-
We should think about offline support at some point. This was mentioned by @Rajan in https://github.com/rethinkdb/rethinkdb/issues/5239#issuecomment-167700641 .
The idea is that it will make it a lot…
-
It'd be cool to get realtime information from the Horizon server one is connected to similar to the `rethinkdb` db and it's associated tables. It might include:
- [Current node process memory usage](h…
-
When building a debian source package, lintian complains:
```
E: rethinkdb source: ancient-autotools-helper-file external/libunwind_1.1/aux/config.sub 2002-03-07
W: rethinkdb source: ancient-libtool …
AtnNn updated
9 years ago
-
When using order_by, the query fails to return results, and the cursor's destructor crashes.
``` C++
auto handle = std::async(std::launch::async, [](){
try {
std::unique_ptr conn = RethinkDB::c…
-
Firstly I'd like to say thanks for this project.
I got it up and running really easily. I'm a big fan of RethinkDB and now i'm a fan of nanobox :smile:
I did have a small issue with installing dock…
-
We currently have a quick start document https://github.com/rethinkdb/horizon-docs/blob/master/quickstart.md , but no real tutorial yet ( https://github.com/rethinkdb/horizon-docs/blob/master/tutorial…
-
On Centos 6:
```
error: Backtrace:
addr2line: 'rethinkdb': No such file
addr2line: 'rethinkdb': No such file
error: Mon Feb 16 20:28:06 2015
1: backtrace_t::backtrace_t() at 0x881f84d (rethin…
AtnNn updated
9 years ago