Gerard Arall

Results 5 issues of Gerard Arall

Fixes the following issue: ``` $ brew pkg --with-deps --scripts scripts filebeat [...] Error: undefined method `next' for ["--with-deps", "--scripts", "scripts", "filebeat"]:Array /usr/local/bin/brew-pkg.rb:106:in `pkg' /usr/local/bin/brew-pkg.rb:162:in `' /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require' /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'...

**PHP-Whois version**: 4.1.2 **PHP version**: 7.4.22 **Description** ``` PHP Warning: preg_match() expects parameter 2 to be string, array given in /vendor/io-developer/php-whois/src/Iodev/Whois/Modules/Tld/Parsers/BlockParser.php on line 428 Warning: preg_match() expects parameter 2 to...

I think this API is missing: https://developer.github.com/v3/repos/#enable-vulnerability-alerts Would be cool to implement it.

feature-request

I'm getting the following error when installing: ``` go get -t -v ./... github.com/Appliscale/perun/helpers # github.com/Appliscale/perun/helpers ../perun/helpers/formathelpers.go:171:32: impossible type assertion: map[string]interface {} does not implement "github.com/awslabs/goformation/cloudformation".Resource (missing AWSCloudFormationType method) make:...

Laravel Nova introduced this feature from >= v2.0.8: > Nova will now display Panels on the Create and Update views in addition to the Detail view. So the `Laravel\Nova\Panel::defaultNameFor` method...