Results 99 comments of Ben Green

Let me know if I understand correctly, you would like a way to prevent a query from updating until no change affecting its results has occurred in the previous 10...

@andycjw Sorry this update took so long. I added [pause/resume to `mysql-live-select`](https://github.com/numtel/mysql-live-select#livemysqlprototypepause) and have released version 0.1.8 of this package. This update did not end up merging this code base...

Hello @vlasky, I do not know when I will have that feature implemented. If you would like to work out a schedule for me to put time into it, possibly...

Sorry for taking so long, I was hoping to get this project working on the same code as [`pg-live-select`](https://github.com/numtel/pg-live-select) because it has a load test already but I'm not sure...

Can you provide a repo with minimal code to reproduce this that I can clone? I am not seeing this issue with the leaderboard example.

I have added checks of the `ready()` method to the `change()` method test: https://github.com/numtel/meteor-mysql/commit/017bdf26258cbd582c55a4e08e88641b2b510f41 Putting `tracker.autorun` in a test case (with the way my tests are set up in this...

@jammy-git This error only occurs for me in a virtualbox centos 6 if I don't have MySQL installed. If I clone this package and run `meteor add numtel:mysql-server`, it works...

The stub provides instantaneous feedback on the client, updating the subscription data with a prediction of what the updated result set will be, similarly to how Minimongo does not require...

Nobody is here. You're welcome to submit a pull request. I haven't kept up with hanged to the internals of Meteor since making this package.

See this thread about using my MySQL package with angular, it should be the same. https://github.com/numtel/meteor-mysql/issues/34