Jorge Silva
Jorge Silva
I'll go ahead and drop a +1 as well!
Just wanted to add my own opinion here. First, I'm glad someone actually someone saw my talk! Thanks @sjmueller. I spent a lot of time going over different approaches and...
Let me see if I can take a look at this this weekend :)
Hey Fernando, Let me take a look at this tomorrow morning (Saturday!) and I'll get back to you. I suspect the demo is not working because I've been moving some...
The problem with the demo is that my RethinkDB was down :frowning:, so it wasn't really related to the npm module. If you're still having problems with the module, please...
Currently, no. Is there a reason you'd want this? What's the use case? Performance? `rethinkdb-init` tries to ensure that everything you pass through it actually exists.
Hmmm... I mean, every time you call `r.init` it will actually try to create the database and tables and then just handle the error if it already exists. But there...
Can you post the results of `r.db('rethinkdb').table('table_config')` and `r.db('rethinkdb').table('db_config')` filtered by the table/db name to see the duplicate ones? Also, what happens when you pick a database that has two...
I'm going to try to reproduce this and see if I can get it to happen too. More question for trying to reproduce this: 1. Are these all in the...
Ok, a couple of more questions: 1. How did you deleted it then? Through the `id` in `rethinkdb.db_config`/`rethinkdb.table_config` tables? > Yes, all proxies run locally and connect to the RehinkDB...