Patrik Sjöberg
Patrik Sjöberg
Create a wrapper struct that implements DiffAware ```swift struct DiffWrapper: DiffAware { var item: BaseClassProtocol var diffId: String { return item.id } static func compareContent(_ a: DiffWrapper, _ b: DiffWrapper)...
Same issues here. Happens a lot if I hold the onscreen button for more than 1 second. It slows down momentarily when releasing the jog button but then runs away....
Something is trying to use the devDependency 'metro-config' when building a production release build
@szymonrybczak without it you also get the devDependencies which you would not want to include in a production build.
Something is trying to use the devDependency 'metro-config' when building a production release build
Oh, I thought Metro was just a dev server. So there's not really any point in separating packages betwen "dependencies" and "devDepencendies" then, other than semantics? What is NODE_ENV=production /...
@TheSwiftyCoder, @alexn-spire; is this even while your app is actively running in the background?
It actually gives the same error of you put a decimal number in the first document and an integer in the second as well.
@erik-bershel Great to hear! Do we currently have any way of selecting the latest supported xcode and sdk version combo when asking for macos-latest? I found that I could use...
+1 on adding a dedicated "pod install" replacement to recommend instead of run commands.