Peter Meyers
Peter Meyers
This is the best open source library for an image carousel I've seen. Nice work! It doesn't however have support for videos. I created a fork which adds support for...
I'm wondering why this `guard` stmt exists? When a task is cancelled, the `result` object will contain an error `Domain=NSURLErrorDomain Code=-999 "cancelled"`. Shouldn't we let the completion handlers run? This...
## Bug report My team was excited to upgrade to the 1.0 release (thanks for all the hard work), unfortunately we've been unable to get codegen to work. Pre-v1.0 we...
### What happened? An external package may have its own dependencies. When these are built, they should be build as the same product type as the parent. For example if...
### Summary When running codegen on a large project with many operations with nested fragments, codegen hangs and never finishes. We were hoping the [disable fragment merging](https://github.com/apollographql/apollo-ios-dev/pull/431) feature would solve...
In tests, we may want to use an Equatable to verify two structs are equal (or two arrays of equatable structs): ``` struct Mock { struct Args: Equatable { let...
### Which packages are impacted by your issue? @graphql-codegen/core ### Describe the bug Codegen is making the assumption that an Interface or Union wont change between codegen-time and execution time....
Seems this library is not compatible with Cloudflare. Seeing the following error: `Code generation from strings disallowed for this context` Might be helpful to include which environments this lib is...