Skintillion

Results 6 issues of Skintillion

``` I20150527-11:33:33.293(-7)? Exception from sub D4gei3iHQSunzCTDt Error: Cannot enqueue Query after fatal error. I20150527-11:33:33.295(-7)? at Protocol._validateEnqueue (/home/jjackson/.meteor/packages/numtel_mysql/.0.1.3.1ewnr4w++os+web.browser+web.cordova/npm/node_modules/mysql/lib/protocol/Protocol.js:193:16) I20150527-11:33:33.295(-7)? at Protocol._enqueue (/home/jjackson/.meteor/packages/numtel_mysql/.0.1.3.1ewnr4w++os+web.browser+web.cordova/npm/node_modules/mysql/lib/protocol/Protocol.js:129:13) I20150527-11:33:33.295(-7)? at Connection.query (/home/jjackson/.meteor/packages/numtel_mysql/.0.1.3.1ewnr4w++os+web.browser+web.cordova/npm/node_modules/mysql/lib/Connection.js:185:25) I20150527-11:33:33.295(-7)? at _update (/home/jjackson/.meteor/packages/numtel_mysql/.0.1.3.1ewnr4w++os+web.browser+web.cordova/npm/node_modules/mysql-live-select/lib/LiveMysqlSelect.js:111:18) I20150527-11:33:33.295(-7)?...

Cant use __('something') as in config files the translation class isn't loaded yet. There something I'm missing maybe? Or would anyone like me to branch and set this up?

Connecting using NativeScript I get this error. `debug: Rejecting client without "rethinkdb-horizon-v0" protocol ().` Horizon Command: `hz serve --dev --debug true --bind all` Nativescript code: ``` "use strict"; var Horizon...

Is there any support for Native ads? https://developers.google.com/admob/android/native Thanks!

enhancement

I added an "on scroll" prevention on desktop and mobile if you want to merge it. There's no configuration for it, it will just cancel the timeout if you scroll...

This issue exists on this repo https://github.com/selectize/selectize.js/issues/1464 If I remove the blur() function it works fine. I'll try to do a PR to fix it using the same method selectize...