This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:FA47E803F801E0FCC57BCE18565A835299A7BC62]
extension XCTestCase { | |
func waitUntil( | |
timeout: TimeInterval = 1, | |
isInverted: Bool = false, | |
fulfillmentCount: Int = 1, | |
block: @escaping (@escaping () -> Void) -> Void | |
) { | |
let expectation = expectation( | |
description: "isInverted: \(isInverted), fulfillmentCount: \(fulfillmentCount)" |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:FA47E803F801E0FCC57BCE18565A835299A7BC62]
{ | |
"backgroundColor": "rgba(76,86,106,1)", | |
"backgroundImage": null, | |
"backgroundImageSelection": null, | |
"backgroundMode": "color", | |
"dropShadow": true, | |
"dropShadowBlurRadius": "19px", | |
"dropShadowOffsetY": "8px", | |
"exportSize": "2x", | |
"firstLineNumber": 42, |
struct TitleTextStyle: TextStyle { | |
func makeBody( | |
_ configuration: TextStyleConfiguration | |
) -> some View { | |
configuration.text | |
.font(.title) | |
.fontWeight(.bold) | |
.foregroundColor(.accentColor) | |
} | |
} |