Koen Punt
Koen Punt
For reference; I already experimented a bit with GitHub actions on my fork (where you can see it failing because of an invalid destination, which is not present with Xcode...
> But now that I mention it, it might actually be possible to pull in additional simulators if necessary. It is possible to create additional simulator configurations, but we're still...
> We'd better create a different set of Test files for tvOS. How do you envision this? That we copy relevant test files to a `TVOSTests` folder or something? But...
> Can you try add @available(iOS 11.0) for those two test cases inline inside `IGListAdapterTests.m` ? `@available` didn't work, but using the `TARGET_OS_TV` macro does.
You should probably replace the data in your datasource instead of appending it, because if it's a refresh, it's probably expected to get the same ids, and then depending on...
I can imagine that it should be possible for the library to catch a specific `Symbol` being thrown. So to commit you would do something like this: ```ts import {...
Good to know. However, when I do so, I get an error; ```yml models: override: RegularChannel: ./src/services/channel/models/channel.ts:Channel ``` ``` $ npx graphqlgen (node:48687) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1):...
It is, thanks!
Oh waiting, keeping it open since the issue got redefined as documentation issue.
I think the use for auto generated models really depends on the project. For example; I created a GraphQL gateway where the data being fetched from upstream servers doesn't really...