Slava Kim

Results 16 issues of Slava Kim

![Screen Shot 2013-02-19 at 12 30 51 PM](https://f.cloud.github.com/assets/2608446/173143/572d1f84-7ad3-11e2-868e-3285481e3e85.png) ![Screen Shot 2013-02-19 at 12 31 00 PM](https://f.cloud.github.com/assets/2608446/173144/57383748-7ad3-11e2-8cdc-750af02b6dad.png) Sometimes when I tab through buttons or press buttons with Space key title of...

number literals in C++ are not parsed as expected sometimes: ``` cpp long long x = 1LL

Currently the RPC end-point `/mytable/run` doesn't check any permissions.

Right now the project is using Reqlite and it is missing a lot of features from the reql language. Documenting those and a call for contributions is the first step...

This is probably the most important step after the support is stable. Given that RethinkDB has a wide variety of atomic operations, it shouldn't be too hard.

Since the synthetic event approach relies on changing a special document and then getting a notification about it in the same stream as the observe, this doesn't work on queries...

Need more tests on observing a cursor. See examples in tests.js: ``` javascript it('can start observing', function (done) { coll.insert({ obj: 1 }).run(); h = coll.orderBy({index:'id'}).limit(100).observe({ added: function (doc) {...

help wanted

Step N.1 is probably to migrate tests from reqlite to this repo. Also end-to-end tests would be very improtant.

help wanted

A modern Meteor project uses ES6 `import` / `export` syntax and modules. This would require a careful work to rework the `meteor.js` file providing plugin and integrating with the newer...

enhancement