Yurii

Results 18 comments of Yurii

@oojacoboo I saw you wanted to update phpunit to version 10, have a look, thx.

@aszenz IMHO it's nice for newbie but I would not advocate it that much. Me personally don't have access to create repos under `thecodingmachine` but I think it would be...

As this issue takes more attention recently I encourage anyone to make a PR for it. Unfortunately I have too much on myself so I won't be able to contribute...

@homersimpsons thank you for your quick review, as soon as validator bridge will be approved I will make this PR ready

@homersimpsons I would push this as BC because of BC of graphqlite itself

@faizanakram99 hi, thx for your feedback but I think it's better to keep this PR simple. I have created separate issue to discuss future of graphiql [here](https://github.com/thecodingmachine/graphqlite-bundle/issues/206). This PR is...

in file #api/docker/frankenphp/conf.d/app.prod.ini opcache.preload should be the same as path to file #api/config/preload.php

> @fogrye i am using your fork temporarily, i saw huge performance regression (earlier it was a few ms, now it is more than a minute). I browsed through the...

@faizanakram99 It would be nice if you can profile the code, maybe because new Finder operating with such big array it becomes slow. This issue is more a problem of...

@faizanakram99 great that you found solution for your case, finder was changed to support types from dependencies. To make it work efficiently caching have to be implemented to work efficiently.