Alex Stanciu

Results 24 comments of Alex Stanciu

Actually, I think there is something that Thinky is doing on top of RethinkDB's driver which isn't helping. When I try the same operation (insert a doc whose primary key...

@sofisl I ran a few combinations of parameters, below are the results. TL:DR - adding `userKey` results in a 400: ``` // ---- without userKey ------ const { data }...

I was not able to reproduce by hitting the API through Google's API Explorer. It works fine there.

In API Explorer, I tried it with both: - OAuth: worked fine, was able to specifi userKey and did not get 400 error - `access_token` specified in query string. Also...

@bcoe I assume you mean using `domain` instead of `customer` and yes, this does work.

I updated the original msg above with URLs that point to the commit before v2. It appears that you're returning an error object, rather than throwing it, which isn't handled...

Here's the current lines: This line here returns a promise (rejected), which is completely lost/unhandled. https://github.com/arobson/rabbot/blob/master/src/index.js#L529 The code here should maybe throw ? https://github.com/arobson/rabbot/blob/master/src/queueFsm.js#L241

Are there any plans to address this issue? Is Pino is not a good choice if you're deploying to a serverless environment, or has anyone found a way to do...

Here: http://aaronpowell.github.io/db.js/

Heh, no worries.. googled into it.