Roger Oba

Results 294 comments of Roger Oba

>Do you have any thoughts on how we could tailor it to be more beneficial for open-source projects? tbh a summary wouldn't be useful as an after-thought (i.e. in the...

👍 Subscribing, really interested in seeing this! For now I'll have to keep this rule disabled until I have some time to poke around extending this rule myself 🙈

+1 My use case is when the return type is optional, e.g.: ```swift // Before colors.compactMap { $0.cgColor } // After colors.compactMap(\.cgColor) // Error: Key path value type 'CGColor' cannot...

You're totally right @nicklockwood , I apologize, as I thought the properties were optional 😮 but they're not, in both cases. So changing from compactMap to map worked (and, I...

This interesting article might help you find a way to automate this (maybe?) 🍀 https://roman.dev/xcodebuild/

@paambaati I see the integration test code above, but it's actually failing instead of skipping, is this expected? E.g.: https://github.com/rogerluan/arkana/actions/runs/9431336943/job/25979873736

My bad, I thought the code above was a check in the runtime code that would print that message in case it was running on macOS, but it's just an...

hahahaha @JARMourato you know I'd love to. Maybe I'll give it a shot in a free weekend 😁 won't promise anything though 🙈

+1! I'll investigate the complexity to implement this. @adam-fowler any leads/pointers would be highly appreciated 😊

Thanks for the tips @adam-fowler ! I agree it makes sense to separate in two different PRs 👍 I'll see what I can do 😊