Results 99 comments of Ben Green

If you're using one of the supplied bootstrap themes, use this snippet: ``` html .container { max-width: 700px; } ```

With the new build system in 1.2, it looks like everything has changed related to the way this package works. It's not just a simple matter of changing the paths...

Yeah... :disappointed: I have looked at this for a few hours since. With [the filenames for the Meteor tool files updated](https://github.com/numtel/meteor-lazy-bundles/commit/d5bc1a699e50ea48024d35bcbb1608b5545f099b), the compiler only gives a list of the included...

@fabbok1x Can you make a pull request? I'm guessing this also applies to the postgres version.

If you want me to take a look, give a link to a repository with the minimal code to reproduce the issue that I can clone.

That is quite interesting. I didn't know about [SHOW TABLE STATUS](http://dev.mysql.com/doc/refman/5.7/en/show-table-status.html). @Geminika Is there a way to select rows that have been updating since a specified time?

Looks like you need to enable the binary log. Please follow the instructions on the mysql-live-select readme: https://github.com/numtel/mysql-live-select#installation

Can you post the contents of your my.cnf file? Also, what version of Mysql are you running?

@Topol @shipra123456 What version of mysql server are you running? @shipra123456 You have the following line **not** commented out: ``` binlog_do_db = include_database_name ``` Meaning that the binary log will...

I just installed OSX Yosemite in virtual box and have no problems with this package. Please ensure that your binary log is configured properly.