aaa2000

Results 17 comments of aaa2000

Maybe, the https://github.com/essence/essence library can be used

@rvanlaak The JSON LD schema seems correct ``` "SpecificationResult": { "type": "object", "properties": { "passed": { "readOnly": true, "type": "boolean" }, "messages": { "readOnly": true, "type": "array", "items": { "type":...

@landure Can you test with ``` #[ApiResource( uriTemplate: '/custom/api/brands/{id}', host: 'remote.api', urlGenerationStrategy: UrlGeneratorInterface::ABS_URL, )] #[Get] final readonly class Brand { ``

The error of the "PHPUnit + Behat (PHP 8.5) (MongoDB)" job is already present on the main branch. The errors of others behat jobs appear to be related to the...

The error `An error occurredWarning: unexpected NAN value was coerced to string in /code/vendor/doctrine/dbal/src/Driver/PDO/Statement.php line 26` was a dump of the response. I think it's the same thing as step...

@soyuka There are Two problems: - PDO casts NAN to string and with php8.5, there is a warning `unexpected NAN value was coerced to string` https://wiki.php.net/rfc/warnings-php-8-5#coercing_nan_to_other_types I've reported the problem...

@soyuka Were you able to reproduce it? I had tried on branch 4.2 and with postgres but without success This doesn't work with SQLite, probably due to https://github.com/doctrine/orm/issues/11358, @ambroisemaupate Are...