Andre C
Andre C
I would love to implement this, I'll take a look today!
I started on the PR and I ran into a couple of implementation questions. Where is the best place to add the logic for the refetch queries? I initially came...
Cool I can made the function: ``` public func perform(mutation: Mutation, refetchQueries: [Query]? = nil, context: UnsafeMutableRawPointer? = nil, queue: DispatchQueue = DispatchQueue.main, resultHandler: GraphQLResultHandler? = nil) -> Cancellable {...
Looks like that doesn't work either. it gives the error: `Generic parameter 'Query' could not be inferred` But it does work if there is only one query: `[query1]` looks like...
Yes that should do it. The biggest issue was the the handling of associated types and generics. Looks like you're addressing that. I'm exited to contribute when it's closer!
Is there anywhere we can track this? [SR-12127](https://bugs.swift.org/browse/SR-12127) is closed since it's an xcode issue, anywhere we can track the xcode issue?
still errors but slightly different: ``` #=#=# ##O#-# 1.2% ## 3.0% ## 3.7% ### 4.3% #### 6.1% ######### 13.1% ################### 26.5% ##################################### 51.8% ######################################################################## 100.0% ######################################################################## 100.0% Upload failed with...
@zomars @PeerRich Should we reopen this issue? If it's something separate I can create a new issue.
I'm also seeing this while using the docker compose version of mattermost. @Snowb1ind Can you clarify where you got the zoneinfo.zip and if I need anything else as a workaround?
same on mattermost v8.0.1 with latest release.