Patrick

Results 13 issues of Patrick

Steps: 1. Go to https://iosref.com/uihex 2. Enter: 0xEBF1F7 Observed: `Color(red: NaN, green: 0.922, blue: 0.945, opacity: 0.969) // #0xebf1f7` Expected: `Color(red: 0.922, green: 0.945, blue: 0.969) // #ebf1f7` Notes: If...

## Description Proxyman is a very well designed macOS app. I've been referencing it as I'm improving my macOS app ([https://lyrcs.app](https://lyrcs.app)). I wanted to mimic Proxyman's pattern of showing the...

bug
✅ Done

Thank you for making this! The readme indicates there is an xcode project but the `main` makefile doesn't contain the `make xcodeproj` command. I do see a reference to it...