Brett Fazio
Brett Fazio
Perhaps [this](https://github.com/google/EarlGrey/blob/earlgrey2/Scripts/build_universal_framework.sh) is what you're looking for for your question 2? The `build_universal_framework.sh`?
@szymon-kazmierczak The first thing I notice is that the imports in your `eDOBundle-Bridging-Header.h` are not the proper modular imports that should be used with the EG2 pod. For example, if...
Additionally when the new version of EarlGrey is released (the one designed to work for eDO 0.9.1) the problem should resolve itself. Pinning to 0.9.0 is perfectly valid for now...
This is actually a problem for when the EG 2.1.0 release occurs as EarlGreyApp won't have anything to point to (though I would think pod trunk lint or whatever the...
Looks like ambiguity due to `__max`? Here is a [stackoverflow](https://stackoverflow.com/questions/41945554/why-is-it-giving-an-error-saying-reference-to-max-is-ambiguous-in-line-12-if) I got googling the error
 I think the CSV you uploaded is the Global 500 where all the other entries in the original repo are the Fortune 500. The image above is the Fortune...
I saw [here](https://github.com/plaid/plaid-link-ios/pull/8#issuecomment-738277329) that an issue was filed to update the SwiftUI example, there currently exists a hacky solution presented [here](https://github.com/plaid/plaid-link-ios/pull/8#issuecomment-738259003) - but will an official SwiftUI solution/example be coming...
I suppose the problem is accurately asserting the balance like [here](https://github.com/Boilertalk/Web3.swift/pull/99/files#diff-c670e44d314c8d74c2e101e4b70f11e7b2b90166ea37bec13e839f9024130f27R259) since the block number will be a different one every time. But I do believe this new solution to...
@koraykoska seems like this same CI failure is on every PR.
The reason I set it to a random URL if it fails to unwrap is that if it fails to unwrap all calls to this object (should) fail anyway. Ideally,...