Anthony Miller
Anthony Miller
I'm creating my `.cdp` file as shown in the ReadMe. It used to work just fine, but recently, I'm unable to view any data at all when I open the...
Thanks for the great library. Any way we could get this added as a Cocoapod for convenience sake? Thanks!
`STPopupController` is supposed to work just like a `UINavigationController`. Currently, it only supports `pushViewController: animated: completion:` and `popViewControllerAnimated:`. I'd like to propose the following `UINavigationController` functionality be implemented: - `topViewController`...
I'm getting an error when importing this library in Swift `'NUIParse.h' file not found. This is fixed by changing all import statements from `#import "NUIParse.h"` to `#import `. Does this...
When the a fragment name matches the name of a type, they are generate with the same file name. When operations are generated `inSchemaModule`, this creates a conflict because two...
We don't need to have the extra `SchemaModuleNamespaceTemplate` generated if we make the `SchemaTemplate` define the namespace. The namespace itself should conform to `SchemaConfiguration` rather than the current structure where...
This error is really difficult to parse information from. See #2419 for more info.
To allow custom `NormalizedCache` implementations to resolve cache references from other operations, we need to expose the operation name and variables when loading the record for the `ROOT_QUERY`.
On `URLSessionClient():122` we are initializing a dummy `URLSessionTask` using a deprecated initializer. This is only being used when a request fails pre-flight. Should we make this function throwing or return...
I might be missing something here, but it seems to me like a `GraphQLQueryWatcher` that is not cancelled explicitly is retained by the `ApolloStore` and will continue to receive updates,...