-
Mixins don't work with React components written as ES6 classes.
Let's provide something that will work like a superclass, higher order component, or ES7 decorator.
-
So I was testing reanimating and then canceling a terminated job. I reanimated a job, it gets updated correctly and goes to waiting status. Then if I try to cancel the job the update query blows up …
-
Thinker works great for cloning a DB from localhost to a remote host. However, I had the need to switch to a different PaaS (Compose) and their connection string starts with an x followed by a colon
…
ghost updated
8 years ago
-
mlucy updated
6 years ago
-
Hey guys,
I just setup a 4 cluster installation and added 3xx tables in some dozen databases and imported some hundred documents to some of the tables. All tables are shards=1 replicas=4.
I've i…
-
Any plans to implement row?
Row feels like a good way to construct queries on the fly (trees of RqlExpr). I had to resort to working ReqlFunction1 which works but is a bit clunky.
-
## Rationale
While having to specify the connection to use for each query makes concurrency errors explicit, and thus easier to detect and correct, it has two drawbacks:
1. It's verbose, from a synta…
-
Greetings!
In the current web development landscape, frameworks like Meteor and Horizon (from the RethinkDB team), as well as OrientDB, support a feature named Live Query. The idea is to offer query …
-
Hi
What's the project status? going to live on? or slowly turning into dust?
--K
-
I've noticed the errors that come out of Thinking are very unstructured, or maybe I'm doing something wrong.
For example, I'm testing inserting a doc, for which there already exists a primary key an…