Rex
Rex
May be useful to add this pattern to the Backtracking section https://pointfreeco.github.io/swift-parsing/0.9.0/documentation/parsing/backtracking
I do need `FLAnimatedImage` support. Is there any solution to this?
@garrettmoon any solution to this? Is it possible that the compiler directive `#if USE_FLANIMATED_IMAGE` is causing `FLAnimatedImage` to not import as a module?
Hmm... My intention is to have it imported and it worked until switching to using frameworks. I'm using cocoapods, and I'm curious if there's something being ignored because of this...
@demurgos > Anonymous records are hard to handle because they act as barriers to type resolution: you don't know the types they contain until you start decoding them. I could...
hey yall, i wrote a parser for graphql that supports everything needed for client side parsing in swift, meaning it parses much of what's available in the schema https://github.com/remind101/AutoGraphParser/ ....
there's a grip of unit tests. i'm not sure how complete they are, however, we use this parser to support our client code-generator on our app that is very very...
> * If I'm reading right, it looks like it does two things: Converts from introspection query results into a structured schema, and is able to parse client-side queries into...
ok, that logic is reasonable for maintaining the current parser. i still wouldn't mind bringing AutoGraphParser under the GraphQLSwift moniker though i'd still intend it to be full fledged GQL...