Arthur M

Results 11 issues of Arthur M

| Q | A | ------------- | --- | Branch? | main | Tickets | | License | MIT | Doc PR | With the following entity: ```yaml resources: App\Entity\FooBar:...

Pass tabIndex prop to the first input.

Please consider the following project: ``` # .env MAIN_DOMAIN=foo.bar SUB_DOMAIN=a.${MAIN_DOMAIN} ``` ```yaml # docker-compose.yaml services: alpine: image: alpine environment: - SUB_DOMAIN ``` Here I get (as expected): ```bash $ docker...

I'm using `->isGranted('ROLE_SCOPE1')` to authorize a machine token so there is no user context. Since Symfony 5.4, [AuthorizationChecker](https://github.com/symfony/symfony/blob/d9cd41cc4bb3df9e908b30b8f95dc11fa9695643/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php) relies on `getUser()` instead of `getToken()` which make user-less access tokens not...

I'm trying to connect to a secure server exposed on a custom port. But I get the following error: `Could not connect to the server.` I believe it's because we...

**Problem**: Required fields make the placeholder (default value) disappear in select inputs. **Solution**: In order to avoid select placeholder, set `placeholder` to `false`.

I had issue with `$em->refresh($entity);`, the value was not decrypted again. Here is a simpler approach I think, we tell Doctrine the original value was the decrypted one. So we...

Allow to use `defaultValue_other` with compatibilityJSON v4