Dirk Bester

Results 5 comments of Dirk Bester

``` internal static func nameAge(_ p1: String, _ p2: Int) -> LocalizedStringKey { return LocalizedStringKey("nameAge \(p1) \(p2)") } ```

> Why return `Text` instead of `LocalizedStringKey` though? Prevents you from using `Button(L10n.FeaturedPage.seeAll)` (or something like that). Agreed. You can pass back LocalizedStringKey and it is an implementation detail if...

Finally "solved" this on iPad. The challenge dialog with the dumb NFC picture after you now chose "no NFC" when setting up YubiKey is ... scrollable. So: - Wipe all...

> > Finally "solved" this on iPad. The challenge dialog with the dumb NFC picture after you now chose "no NFC" when setting up YubiKey is ... scrollable. So: >...

@Hugos68 Let's have you open it please. You can give them better insight into the skeleton side and create tests for it if any. For completeness, I also see a...