Slava Kim
Slava Kim
  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) {...
Step N.1 is probably to migrate tests from reqlite to this repo. Also end-to-end tests would be very improtant.
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...