Slava Akhmechet

Results 58 comments of Slava Akhmechet

It was, here is the pull request -- https://github.com/rethinkdb/docs/pull/335 What happened?

I renamed the issue to "Add GraphQL support" (sorry, e-mail users!) GraphQL will not make it into v1, but I'm hoping we can add a GraphQL adapter on top of...

Adding GraphQL for the initial launch would be incredible, but unfortunately we don't have the resources to make it happen. If someone wants to contribute, it would be a really...

I don't think that's quite right. We could add GraphQL support without subscriptions (i.e. support `fetch` semantics but not `watch` semantics). It wouldn't give users the realtime features of horizon,...

So far there hasn't been much engagement on this issue because we have our hands full building out all the other components. The challenge here is mental bandwidth -- it's...

Note, https://github.com/rethinkdb/rethinkdb/issues/281 is relevant here; we'll have to change the doc once that's implemented.

I think we should have a standalone "Cluster setup best practices" document (or something like that). It's non-trivial to a lot of people, and have a nice document that explains...

Running into this now, also with Slate.js. Is there a way to call `react-hotkeys` on each keyboard event manually rather than have `react-hotkeys` capture events? That would be a reasonable...

> But there is a difference, in #112 **onValueChange** is fired when component re-render, in my case **onValueChange** is fired when I change **items** prop of select Can confirm-- this...