Michel
Michel
This is actually a bit tricky to do because we would register the creation of an index before the creation of the table. It's basically shuffling quite some code, which...
You can do the same thing as in https://github.com/rethinkdb/rethinkdb/issues/5286 with replace. Thinky doesn't provide a special API to do that though.
Oh, that would be pretty neat and pretty useful in some cases.
1. Hum yea there should be error code. I was kind of hoping that RethinkDB would push that for 2.1, but they pushed only new types. Thinking about it, we...
Note that 1 and 2 are kind of tricky because of possible asynchronous validations...
Why isn't that useful? If you add a new server, you want to know whether a pool was created or not
Why can't stderr dispatch an alert? Isn't that an issue with your paging system? You can also just use the `log` event if you don't want everything to go to...
How did you declare your model?
Hum, can you provide a whole script that triggers this error? I'm not super familiar with js-must, so that would help :)
Does `reduce` guaranty to give back a string with the characters in a good order? My guess is in this case yes, but it's going to be confusing for some...