Luke Redpath

Results 66 comments of Luke Redpath
trafficstars

@philipphofmann how would this affect grouping? We have been running our fork of the SDK with this change for many months now and it hasn't caused us any problems. Things...

@davdroman for consistency you might be right, but to me `scope` reads like its mutating the receiver, where as `scoped` implies that it's returning a new client (which it does).

I'm unsure if this is related, but we've also noticed different snapshot output when running snapshots as part of an SPM test suite compared to running them in an app...

Hmm, this is very odd. I wonder if this is another symptom of an issue we've already seen where some team members see snapshot tests failing on their machines but...

So I managed to find a way to override the snapshot path so I could have them be saved to a known location on CircleCI and zip them up as...

Now I have a better idea of what's happening this seems to be a dupe of https://github.com/pointfreeco/swift-snapshot-testing/issues/313

I've done a bit more testing and it seems this problem only seems to occur when `drawHierarchy(in:afterScreenUpdates:)` to true, which as I understand uses `drawHierarchy(in:afterScreenUpdates:)` under the hood. Being GPU-based,...

@donnywdavis thanks for the tip - we do in fact capture the xcresult bundle which is very useful. In addition to this we also use https://github.com/TitouanVanBelle/XCTestHTMLReport to generate an HTML...

We're also having this problem as we start transitioning developer devices to Apple Silicon, while some of us are still going to be on Intel for a while longer. There...

🎉🎉🎉