Markus Podar

Results 404 comments of Markus Podar

I think this issue makes sense and should be kept open, I've a few comments but I'm not 110% sure the apply to a possible solution to this: - https://github.com/namshi/jose...

All done, ready for review, please read the description and also the notes about coverage! I suggest we do this iteratively.

Added the `SelectFields` label, seems like another shortcoming with this part.

Does https://github.com/nuwave/lighthouse support? Not sure, might be worth checking out how they do it.

FTR, works for me but one other test fails ``` > phpunitser test PHPUnit 10.5.13 by Sebastian Bergmann and contributors. Runtime: PHP 8.3.4 Configuration: /Users/neo/src/graphql-php/phpunit.xml.dist ........................................................W.... 61 / 1790 (...

Ah! That's because the `php.ini` used by default by setup-php is `production`, but the ones you get locally (e.g. via `brew`) is `development` (or so, but definitely not production). For...

I can't remember seeing this, but it looks ~good~ smart and ensures compatibility no matter the environment => 👍🏼

@perk11 you may be interested in https://github.com/sebastianbergmann/phpunit/pull/4449 - uses existing `--list-tests-xml` - (needs external software to split the XML, PoC provided) - adds the ability to feed such a XML...

Same here with `node:20.3-slim` running in Docker Desktop 4.20.1 on macOS 13.4 Apple Silicon. Reverting to `node:20.2-slim` worked. Only affected shell/bash scripts trying to start node (e.g. `yarn start` in...