Troy Morehouse
Troy Morehouse
Will bookself/knex ignore MySQL generated columns when trying to save a model? Example MySQL table: ``` CREATE TABLE `testing` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `foo` varchar(32) DEFAULT NULL, `bar`...
The focus enforcement list of tabbale items (`'button', 'input', 'keygen', 'select', 'textarea'`) should also include anchors with that have an `href` attribute `a[href]` https://github.com/GoogleChrome/dialog-polyfill/blob/8214290d1ebb1544cc8e11568d7c085ced0eff31/index.js#L244 Should probably be: ```js var opts...
Changing the approach to how this directive is implemented may make it work better with custom input components. Rather than reply on the `v-model` (and firing `input` events, which may...
``` function getSharesPinterest(el,href) { // el => element to update // href => url to check $.ajax({ url: 'http://api.pinterest.com/v1/urls/count.json', type: 'get', dataType: 'jsonp', data: { url: href } }).done(function(data) {...
A handy option, besides checking the accept language header, would be also to check an optional cookie value for a language code as well. Maybe the following optional config statement:...
Example: `` is a valid HTML5 node element used for semantic markup reasons. I would recommend prefixing all node type with `bs-` such as ``, ``, etc, which better follows...
Adds BootstrapVue to the `Ui Frameworks` section. [BootstrapVue](https://bootstrap-vue.js.org/) (8.7k stars on GitHub), with over 40 available plugins and more than 75 custom components, provides one of the most comprehensive implementations...
Version 4.3.1 When one has a scrollable body modal, with a dropdown inside, and the model content is short, the opened dropdown gets cut off/hidden, and in some cases on...