Shaps

Results 65 comments of Shaps

I considered this but in Playgrounds (particularly) on iPad I didn't want to have console output initially. So for me the 'traffic lights' are cleaner. That said, I'm working on...

Ah I see... I hate those particular emoji haha but maybe you're right. I'll look into that. Will also check that iPad produces the same result.

True. Although I hate those particular emoji's I also like that fact that these are unlikely to clash/cutter other output. E.g. if I am _also_ outputting color values in my...

Ok so @ceeK -- I don't like the clipping on those emoji so I've come up with an alternative. I also think it brings MORE attention to failed tests and...

The issue with this has been that iPad doesn't show the emoji's unfortunately – but I will definitely include this for the Xcode builds.

Hey, thank you for the submission. So I actually missed the official implementation for this, didn’t realise we had an official (iOS 15+) modifier so thanks for bring it to...

Hey thanks! Actually I wasn't clear sorry about that. What I meant was to rename my implementations. So we'd end up with: ```swift interactiveDismissDisabled(_ disabled: Bool = true) -> some...

Hope that's clearer. Sorry for confusion. I really appreciate the contribution 👍👍

Good point I missed that. So i think we implement my suggestion, then just include the current api (calling these new methods) for backward compat. These should also be marked...

This library should support official API, to simplify migration later on. However I wasn’t previously aware of the official API and so I named it differently. Implementing both the official...