Kevin Redman

Results 8 issues of Kevin Redman

### Environment: - Laravel-Code-Generator Version: 2.3.3 - Laravel Version: 5.8.32 ### Description: It seems that the second field here is not being interpreted: ```$this->attributes['[% field_name %]'] = !empty($value) ? \DateTime::createFromFormat('[%...

I've included the project using yarn, I'm testing this in a project [email protected], but the output of each of my compiled CSS files are now empty. If I use mix.extract('geotiff')...

``` /** * Attach role to a user. * * @param int|\HttpOz\Roles\Models\Role $role * * @return bool */ public function attachRole( $role ) { if ( ! collect( $this->getRoles() )->contains(...

If we have decided to change our interpolation mechanism - for example: ``` 'url' => '/:class_name/:id/:attachment/:style/:hash.:extension', ``` becomes ``` 'url' => '/:class_name/:id/:attachment/:style/:secure_hash.:extension', ``` How can we change this without breaking...

enhancement
help wanted

I'm migrating from stapler and my last hurdle is that filenames are being encoded differently. Stapler would save the filename without encoding. As a work around i've extended the `Interpolator`...

bug
help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Setting CORS params with Terraform reflects inside of the localstack container...

type: bug
status: triage needed
status: response required
aws:s3

I'm trying to implement the fromArray functionality for GeometryCollection, but with this function ``` public static function fromArray(array $items) { $parsed = array_map(function($p){ if( !is_array($p) or sizeof($p) != 2) throw...

I'm not sure if I'm doing something wrong, my hope was to be able to remove the background, then photobash it with another background. Your example shows it working so...