Mark Macdonald

Results 8 comments of Mark Macdonald

https://github.com/joyent/node/issues/7992 http://stackoverflow.com/questions/13913941/ **npm config set registry http://registry.npmjs.org** works but is insecure.

Thanks, looks very nice. Can this handle multiple input pages, headers/footers, and table of contents generation like wkhtmltopdf can?

Thank you! 👍

I am also experiencing this issue, using Codeception+Selenium2+PhantomJS with code coverage. Codeception+Selenium2+Firefox with code coverage works fine however.

I think the default settings are used in /etc/mysql/my.cnf. Which means the you can change the **bind-address** setting in my.cnf (e.g. comment it out to allow connections from all hosts)....

@WanWizard - thanks. I've tested this against MySQL connected through ODBC. This appears to solve the issue.

@WanWizard. There were two unrelated database issues: [dbs which do not support the **LIMIT** clause](http://fuelphp.com/forums/discussion/11650/orm-support-for-databases-which-do-not-allow-the-limit-clause) (impacts ORM) and [dbs which do not support **lastInsertId()**](http://fuelphp.com/forums/discussion/11667/session-class-using-db-driver-with-odbc-driver-does-not-support-lastinsertid) (impacts sessions). Should these be registered...