Ben Roberts

Results 45 issues of Ben Roberts

When using the YML configuration to define invalidation, you can specify a list of routes to invalidate the cache for when a particular "match" is made. However, I'm caching a...

A few small changes to permit Symfony 5 compatibility.

There is a fault with `Url` constraint. Every time I type a character into a URL field, it prepends `http://` so I end up with `http://http://http://http://http://http://http://thestartofmyurl` etc. It looks like...

### Bug Report | Q | A |---------------- | ------ | BC Break | no | Library Version | 0.2.0 | PHP version | 8.0 #### Summary Do the `Extend`...

I have a child component which has an "add item" form, and when this submits, it persists a new entity. This works fine. However, the parent component is showing a...

After some troubles upgrading `symfony/ux` (documented in #260), it occurs to me that we could potentially automate the post install procedure using a Composer plugin. Normally after installing or upgrading...

Replaced PHPDoc comments with typed parameters and return types. Removed superfluous comments. Upgraded to PHPUnit 9.5 Added required PHP extensions to composer.json. Fixed all static analysis issues to PHPStan level...

| Q | A | --------------- | --- | Version | 1.13.0 | Bug? | maybe | New feature? | no | Question? | yes | Documentation? | no |...

Hello again. I'm trying to do a file upload in a Live Component. I've tried with both `DropzoneType` and the regular `FileType` but running into the same problem I think....

Status: Needs Work
Feature

Hello. Is it possible to use this package with AsyncAWS instead of the full bloated AwsSdk. So `AsyncAws\Flysystem\S3\AsyncAwsS3Adapter` instead of `League\Flysystem\AwsS3v3\AwsS3Adapter` Thanks