Pe-te

Results 14 comments of Pe-te

Hi, I also get the enum warning you fixed and some other warnings for public modifer: /Pods/Dwifft/Dwifft/Dwifft.swift:312:5: 'public' modifier is redundant for instance method declared in a public extension /Pods/Dwifft/Dwifft/Dwifft.swift:318:5:...

Do you have a working example project where I can try if it only prints one line? I followed the Printf call and end up with this data in zerolog.event.msg(string),...

Take your time, guess that's a tricky one! For now I am using a workaround with onDidChangeHeightTo where I store the value in a global variable, but that feels really...

Cool, will check first thing monday morning! I'm not using insets, but don't you need to subtract left and right from the width? I could be wrong though, haven't looked...

You mean the UILabel titleLabel in my example above? I'm not setting any insets there, so it has the default insets. But it looks like you cannot just modify label...

Had the same idea in https://github.com/aws/chalice/issues/1286 > Would be nice if we could fully customize the gateway name or at least add the stage as a suffix. (app_name + "-"...

> I generally do support this request, but if you decide to integrate it please don't overdo it, cause I know other projects which where rendered useless, cause the margins,...

Just realized that certificates are handled different now, see https://github.com/corona-warn-app/cwa-app-ios/issues/3015 So on the startpage I don't have a problem anymore because I use the vaccination certificate. Someone with tests might...

> Feel free to submit a pull request to implement this improvement 👍 Awesome, my ruby-fu is just not strong enough. 😢 Hopefully someone can make this happen.

As far as I understand the code, Tony Li added the missing option? How do we get it into master?