James Sherlock
James Sherlock
Did you figure out a solution for your problem here @RIRUa, or are you still planning on sending across a minimal project enabling us to help fix your errors?
Have you tried using the ["wait"](https://github.com/pointfreeco/swift-snapshot-testing/blob/master/Sources/SnapshotTesting/Extensions/Wait.swift) strategy? Instead of: ``` delay(2) // here's a delay assertSnapshot(matching: sut, as: .image) ``` It would be (I think, no compiler helping here...): ```...
I couldn’t find that strategy though Perhaps you are not on the latest version? Or it hasn’t been released in a tagged build (try using master rather than a version!)
Hoping to release a significant update to the package which should resolve this.
Going to +1 on gRPC support for public tunnels. This technology is increasing in popularity especially for messaging and analytical systems such as [OpenTelemetry](https://opentelemetry.io/) which many may wish to host...
Worth noting, some (most?) is only available on iOS 13+ (etc) - so should just be a `nil` object on incompatible versions rather than bumping the package's minimum up.
Thanks for the quick response! That'd certainly help support my use case 🙌 We can of course still keep an issue around for a longer-term improvement to break the project...
Hey @NghiaTranUIT 👋 Thanks for the quick work! The PR looks perfect for what we need. ``` Analyzing dependencies Pre-downloading: `atlantis-proxyman` from `https://github.com/ProxymanApp/atlantis.git`, branch `feat/better-interface` [!] Failed to load 'atlantis-proxyman'...
I have also just got it working on an experimental Xcode 12 branch using the SPM integration and it's working **beautifully**. Huge appreciation for getting that done
Hey Nghia 👋 I see this is listed as "Done" but unsure if it's _actually_ fixed? Maybe a regression in the version I'm using? ``` Request Header: [] Response Header:...