Nysosis
Nysosis
If I have multiple custom file inputs on a form, and want to remove just one, I should call `destroy` to clean up any event handlers etc to prevent memory...
If I've got the following config: ```javascript { jasmineVersion: 2.4, integration: true, keepRunner: true, vendor: [ "https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js", "https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js", "node_modules/jasmine-jquery/lib/jasmine-jquery.js", "node_modules/humanize-duration/humanize-duration.js", "node_modules/zebra_dialog/public/javascript/zebra_dialog.src.js", "./src/js/!(*.spec.js|!(*.js))" ] } ``` The execution will fail, I...
The expanded info for `vendor` was sitting in the wrong location
I notice we've got a couple of vscode specific files in the repo (`launch.json` and `settings.json`). Being an avid vscode user I'm all for it! However the one that keeps...
If you are using hashed filenames, but want to inject the name into your template, this allows you to do so by use of the placeholder `#{bundle_[name]}#` where `[name]` is...
Use of `#{resource_hints}#` placeholder in template will add appropriate preload/prefetch links in place. I went back and forth on either using the placeholder, or adding a flag onto the plugin...
[crawler.js#L178](https://github.com/antivanov/js-crawler/blob/040abaa/crawler.js#L178) and [crawler.js#L197](https://github.com/antivanov/js-crawler/blob/040abaa/crawler.js#L197) are using underscore to determine whether the provided url is a known url. This is incorrect, as underscore doesn't handle objects on it's `contains` method, as such...
Similar to #22, if you do a `.remove()` with multiple criteria, each thing that matches one of the criteria is removed, not everything that matches *all* the criteria. Right now...
### Describe the bug When providing custom sass functions to the sass-loader options, they are not ending up being provided to sass-loader after you process the options ### Steps to...
Hi, trialing out the bot. I've added it to a Fresh Discord server, no changes to permissions/roles and installed the bot. Entered commands seem to trigger a bot response, but...