Tomasz Lizer
Tomasz Lizer
## Summary When connecting to the reader location services access is required. During connection flow location access request popup is presented. Nevertheless after popup is presented flow continues without awaiting...
## Summary When requesting for Apple Tap to Pay production entitlemnts we were tasked with explicit handling of `PaymentCardReaderError.osVersionNotSupported`. I was studying Stripe docs for information about this topic yet...
## Summary Adding `stripe-terminal-ios` to project takes quite a bit of time and is a burden on CI. Currently repo uses `1.15 GiB` which is main source of the issue....
I have stumbled on issue where dependency-graph was not working for my project. Afgter debugging in turned out that there were two main reasons: - Xcode project structure with local...
I have a package in which I wanted to use asset catalog in typesafe way, tried `ColorResource` yet it was not working with `swift build`. At that point I tried...
After quite some time off I started experimenting with sourcery again (yep, Swifty Stack brought me here 😅). Wanted to checkout interactive mode with `sourcery --watch` and to my surprise...