Markus Podar
Markus Podar
AFAIK the types are "maked" via Laravel, i.e. you can inject any dependency you want via the constructor; did you give this a try?
I find this weird. You are effectively duplicating the functionality of `resolve` itself, but: - calling it earlier - discard any return value  > Adding a setup method allows...
Another thing: last time I checked, you only have one instance per GraphQL type class. Thus a field containing loaded resources are effectively shared resources unless you're observant about this....
> I find the methods to be quite handy as it prevents having to import the exceptions. … > I think in that case there needs to be a cleaner...
Is it possible to make a reproducible self-container script, with an example image?
As a workaround - does it work specifying the the driver already correctly spelled? My impression it's really only used within `\Intervention\Image\ImageManager::createDriver` - seems the driver also supports providing an...
> In a nutshell, reuse job processes for up to X jobs rather than forking for every one. The X-factor could be multiple conditions: - number of jobs executed -...
> Approving, the error with psalm is unrelated and needs its own fix. Btw, reported this over there -> https://github.com/vimeo/psalm/issues/9345
FTR: this competes with #1339 which covers additional cases and is thus preferred
The swoole related issue with fixed with https://github.com/barryvdh/laravel-ide-helper/pull/1477 and is in the latest release. Don't know about the others, though.