Anton Dachauer

Results 14 issues of Anton Dachauer

**API Platform version(s) affected**: ``` /srv/api # composer show | grep api-platform api-platform/core v2.6.8 Build a fully-featured hypermedia or GraphQL API in minutes! ``` **Description** To define the response of...

**API Platform version(s) affected**: 2.6.8 **Description** In a project which uses PostgreSQL and API-Platform, I need to filter all records by a locale string. A doctrine filter is my preferred...

PHP version: ``` PHP 7.4.20 (cli) (built: Jun 28 2021 22:14:08) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Xdebug v3.0.4, Copyright...

Currently, when I run a phpunit test which uses the pact mock-service, I get the following output `[2022-03-04T14:36:51.001224+00:00] server.debug: start background command: /srv/api/vendor/pact-foundation/pact-php/src/PhpPact/Standalone/Installer/../../../../pact/bin/pact-mock-service service --consumer='cart-service' --provider='product-service' --pact-dir='/srv/api/pacts' --pact-file-write-mode=merge --host=localhost --port=9999...

I'm using pact in combination with phpunit. Sometimes phpunit is exiting with exit code `137`. Also, the pact files are not written to the configured folder. Is that a known...

I got this error, installed ace version is 9.2.0, installed react version is 16.12.0-da834083c.

Using "this->getContainer()" is better as "this->getApplication()"

I am using the Doctrine migrations bundle in a Docker Compose setup with MariaDB 11.4. When I run the docker setup, the PHP entry point creates the database if it...

### Version 4.28.0 ### Description The documentation is deprecated. For example, ``` #[OA\Response( response: 200, description: 'Returns the rewards of an user', content: new OA\JsonContent( type: 'array', items: new OA\Items(ref:...

bug

I try to add the `imagick` php extension to my Docker container: ```Dockerfile FROM php:8.3-fpm-alpine AS base RUN apk add --update --no-cache --virtual .build-deps $PHPIZE_DEPS imagemagick imagemagick-dev \ && pecl...