Benjamin Knecht
Benjamin Knecht
**Description** For Resources collect denormalization type errors in serializer and return them in http response as constraint violations. use Symfony 5.4 serializer's feature https://symfony.com/blog/new-in-symfony-5-4-serializer-improvements#collect-denormalization-type-errors **Example** When trying to deserialize that...
Its not finished yet.
Maybe its a good idea so write somewhere how to setup/use this repo in an easy way to prevent searching all whats needed. ### Running tests locally i installed phpunit...
**API Platform version(s) affected**: 2.6.8 **Description** When i use a join with a FQCN the fetchJoinCollection is `false`. Let me explain a bit deeper. If we look in doctrine docs...
### Bug Report **Server Version** 10.5.9-MariaDB #### Summary Existing rows create an empty string entry instead of []. The problem is that LONGTEXT does not throw an error here. Only...
Hi zh99998, I come from Germany and played ygopro with your mycards. n1 work. To play i have Translated most of the Gui to German. http://www.mediafire.com/download.php?tzkkws8ju9vkxr7 It is possible to...
**Describe the bug** This needs around 1 second with or without cache ````yaml uses: shivammathur/setup-php@v2 with: php-version: '8.1' extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, imagick, amqp coverage: pcov ````...
```php EmbeddedContentFactory::createMany(5); EmbeddedContentFactory::createMany(3, ['type' => EmbeddedContentType::CantonNavigation]); EmbeddedContentFactory::createOne(['title' => 'Exact title', 'type' => EmbeddedContentType::Fixture]); $this->assertCount(9, EmbeddedContentFactory::repository()->findAll(), 'Expected 9 embedded contents'); ``` This is failing in CI/Github actions = `Failed asserting that...
I have a task which creates a cert. After adding shogo82148/actions-setup-redis i get this error: ``` Run openssl genpkey -out config/jwt/private.pem -aes256 -algorithm rsa -pkeyopt rsa_keygen_bits:4096 -pass pass:test openssl: symbol...
### Symfony version(s) affected 7.0.6 ### Description If the aws DSN includes special chars there appear different exceptions. 1. Invalid DSN 2. [Symfony\Component\HttpClient\Exception\TransportException] Could not resolve host: xyz It use...