Aurelio

Results 14 comments of Aurelio

You can resolve the first error by adding `symfony/var-dumper` via composer: `composer require symfony/var-dumper`. I'm still investigating on how to keep the Session extension.

In our case, this patch (#1549) was enough. There's obviously more to do to remove usage of deprecated features, but in our case, it allowed us to bump NestJS and...

This feature would be appreciated here as well. If the team (@tanner0101 or @gwynne maybe?) could provide any pointer/hint about: - where this should be implemented for each driver -...

I have the same bug. Is there a fix in the pipeline or a workaround ?

Is there any update regarding tracing adoption?

Any update regarding this? When generating a client for the Stripe API, the Types.swift file exceeds 24MB. This cause huge troubles on at least two levels that I can identify:...

> In both cases though, you can use filtering eg by tag to break the operations into individual modules to keep things reasonably sized. That would be nice if only...

Hi @simonjbeaumont, it's me again 😅 After diving into the code of the project, I have a question regarding one of your previous statements: > [...] the Swift package plugin...

Do you mean this initializer (and its overloads) ? https://github.com/GraphQLSwift/Graphiti/blob/927ebb174825cf8188190fb9eb38d9de84806256/Sources/Graphiti/Type/Type.swift#L109-L115 Because I specify the type name using the `as name: String` and it still throws, since it is not used...

> Oh, I just realized there's a crash involved. We should probably throw an error instead. Sorry, my bad, there's no crash in Graphiti ! We had a `try!` on...