Marcelo Gobetti

Results 12 comments of Marcelo Gobetti

hey guys, first of all, thank you for this. This might help some cases where time isn't crucial, but like [I had mentioned when considering this possible solution earlier](https://github.com/pointfreeco/swift-snapshot-testing/issues/313#issuecomment-618689073), the...

that idea sounds great to me 👏

I like the idea but I think one would have to manually opt-in to that since it should have a considerable performance impact, at least in the way the difference...

this and a few other open issues seem to be duplicates of https://github.com/pointfreeco/swift-snapshot-testing/issues/313 but knowing of more scenarios leading to the same error is great for prioritizing. I've also recently...

I'm not seeing any difference between fastlane and Xcode on my machine so far, but I do also experience tiny nuances between my machine's and CI's snapshots, specifically on iOS...

@aegzorz could you please check if your differences are only on iOS 13? And how much is the difference? (i.e. what's the RGB for the different pixel in the two...

sadly, lowering the precision or considering as "equal" pixels with an invisible difference aren't performant solutions. Tests that don't pass the `memcmp` comparison are orders of magnitude slower so having...

Hi! According to the [podspec file history](https://github.com/dropbox/dropbox-sdk-obj-c/commits/master/ObjectiveDropboxOfficial.podspec), the support to iOS 8 was dropped in 3.0.16. I was wondering if that should have increased the major version number, given that...

I'm on macOS 10.15.3, Xcode 11.4 Beta 3 and I don't see anything output on neither Xcode nor Terminal but that seems to be because of the SwiftSyntax error mentioned...

mine isn't *hanging* but it's just taking much longer (2 minutes became 15), and thanks to @alexvasilkov I was able to confirm that Java 21 was the main culprit. it...