Jáchym Toušek
Jáchym Toušek
@UFOMelkor I didn't realize I need to put that to database migrations. Thanks for pointing it out. Well this pretty much resolves this issue for me. But it is probably...
Is it just the TypeTreeGenerator.exe that's being flagged? That sounds like a separate program, right? Can you create a zip without this file?
@mcg-web Then how do I use persisted queries with the bundle? As said in the first post, the `StandardServer` from webonyx has a `persistentQueryLoader` configuration.
Note: I no longer need this since I'm removing this bundle from my project in favor of Webonyx StandardServer and custom usage of `overblog/graphql-php-generator`.
Oh sorry it seems symfony/flex somehow deleted the bundle from `bundles.php`. No idea why.
Can't you just bulk replace `$this->getMockBuilder(UuidInterface::class)->disableOriginalConstructor()->getMock()` with `Uuid::random()` or something?
Using `git clone` seems bad to me. Wouldn't it be better to have mage installable by `go install`?
Ran into the same issue. My script is this: ``` - name: SSH uses: appleboy/[email protected] with: host: ${{ env.SSH_HOST }} port: ${{ env.SSH_PORT }} username: ${{ env.SSH_USERNAME }} password: ${{...
That's quite surprising. This seems like a very basic feature that everybody should need when deserializing to a class. How do I get a list of fields that deserializer is...
And how do I create a handler that is used always? When I remove the `type` key from `getSubscribingMethods` I get `Each method returned from getSubscribingMethods of service "MyHandler" must...