-
Hi @mfenniak!
I've been working on porting rethinkdb-net to .NET Standard: https://github.com/nkreipke/rethinkdb-net/tree/netstandard
Currently, rethinkdb-net and rethinkdb-net-test are both fully p…
-
I don't have a debug stracktrace. It crashed when running the query r.js("1")
```
michel@h9:~$ rethinkdb --version
rethinkdb 2.3.6 (GCC 7.1.1)
```
Client error
```
Javascript query `1` caus…
-
With the impending release of Horizon 2.0 we need to make sure our bases are covered in the docs:
Please also review @deontologician + @Tryneus
- [x] Make it clear engine.io is no longer used
- [x] …
-
Googling for `rethinkdb upsert` yields this page as the first result: https://www.rethinkdb.com/blog/answers-to-common-questions/#does-rethinkdb-support-upserts
But it seems the `upsert` option is no …
-
Write API documentation mirroring the RethinkDB docs (http://www.rethinkdb.com/api/) but for this client.
-
I'm trying to get started using this library, and I was excited to find the [Ten Minute Guide with Rethinkdb Elixir](https://github.com/hamiltop/rethinkdb-elixir/wiki/Ten-minute-guide-with-RethinkDB-E…
fikse updated
8 years ago
-
When looking around this code I noticed a duplicate
https://github.com/mikemintz/rethinkdb-websocket-server/blob/master/src/Connection.js#L29
https://github.com/mikemintz/rethinkdb-websocket-serve…
-
We have a lot of users who are experimenting with Horizon and React Native (e.g. rethinkdb/horizon#255 and rethinkdb/horizon#477), and an open issue for building an example app: rethinkdb/horizon#285
…
-
Now that we have Datadog RUM on the frontend, we have no reason to keep Sentry. Everything we're sending to Sentry we're already sending to datadog.
Datadog is superior because it can correlate cli…
-
I came across a scenario where I was in staging and my server disconnected with rethinkdb (I was unable to make any calls using thinky). Is there a way to watch and reconnect to rethinkdb using thinky…