Liam Mitchell

Results 156 comments of Liam Mitchell

``` 96 00 00 00 00 ``` Clan voting and intensive training messages.

Trying to use this package with Recaptcha v3 and lighthouse graphql to prevent spam submissions on my contact request form and signup pages. In my case I need to call...

To summarize the above, got it working server-side for the verify check and validation rule with v3, a promise based way to call it on the JS side which can...

Thanks, I was using this library to communicate to an eftpos terminal, I no longer have easy access to the code/project as have moved onto another project/team but as you...

There is a validation rule I am using already with laravel media library graphql. 'mimes:jpg,png,pdf' (or can specify full mime type values) https://laravel.com/docs/9.x/validation#rule-mimes I wonder if the field can parse...

Is this still an issue on S3 with Nova 4? If so, what is needed to test the PR and publish a fix? Haven't deployed yet using minio to develop...

@atmediauk Curious if you have had a chance to try, does the commit referenced just above for Cross Origin Support solve it? > Implemented configuration to support cross-origin as per...

Did you try the cropping configuration to set the cross-origin to anonymous on the Images nova field. ```->croppingConfigs(['cross-origin' => 'anonymous'])``` Maybe it is not ideal, and could probably be set...

On Lightsail instance with bucket storage, I don't seem to have the issue I did have to add. ACL 'public-read' to the media-library remote settings as an extra header. ```php...

Any update on a fix for this?