Kieran

Results 49 issues of Kieran

Guzzle defaults to an indefinite timeout. It would be ideal if the connection to WHMCS had a configurable timeout so prevent scripts running forever.

enhancement

``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ minimist │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=0.2.1 =1.2.3 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ selectize │ ├───────────────┼──────────────────────────────────────────────────────────────┤...

Please can we tag 0.9.4 🤞 I'm currently locked on 0.9.2 because 0.9.3 is broken if used without intervention in older browsers due to https://github.com/vedmack/yadcf/issues/467 I'm also waiting for stable...

I did: * [x] Search for if my issue has already been submitted * [x] Make sure I'm reporting something precise that needs to be fixed * [x] Give my...

pending review

## Current behavior The following is written as a warning to the browser console ``` SweetAlert2: "allowOutsideClick" parameter requires `backdrop` parameter to be set to `true` ``` ## Expected behavior...

Sorry if I missed this but I can't find any docs or previous issues. Given the input: ```xml Announcements https://domain.com/rss View the latest news and announcements. en Copyright (c) Domain...

bug

Exclude unnecessary files from composer distribution, see https://php.watch/articles/composer-gitattributes

Verbose output now includes cwd: ``` [16:02:53] gulp-shell: /home/foo/bar$ command -argv1 -agrv2 ```

The below changes `cwd` depending on `gulp.src` path. In the output it's not clear which path the command ran on. ```js return gulp.src([ 'composer.json', 'app/Requirements/composer.json', 'app/Plugins/*/composer.json', 'app/Widgets/*/composer.json', ], {read: false})...

```js $('#table').on('draw.dt', function (settings, json) { var api = new $.fn.dataTable.Api(settings), rows = api.rows({page: 'current'}).nodes(), last = null; api.column(1, {page: 'current'}).data().each(function (group, i) { if (last !== group) { $(rows).eq(i).before('Group:...

bug