Patrick
Patrick
Not sure if this is just a bug with the beta but the source no longer builds in this version of Xcode. Any ideas @JohnEstropia ?
- **Project Name**: APIKeyMiddleware - **Project URL**: https://github.com/ptrkstr/APIKeyMiddleware - **Project Description**: Swift package for adding API Key requirement to vapor backends. - **Why it should be added to `awesome-vapor`**: Simplifies...
Added a missing `swift` in codeblock to make things slightly easier to read.
**Is your feature request related to a problem? Please describe.** Currently apps which utilise UILabel, UITextView and UITextField are able to support dynamic type via opt in of `adjustsFontForContentSizeCategory`. Once...
Source: https://macmule.com/2022/01/29/macos-monterey-12-3-will-remove-python-2-7-usr-bin-python/ Given that python 2.7 will no longer be part of the system from that release onwards, the following error will appear: ``` /usr/local/bin/display_manager.py: bad interpreter: /usr/bin/python: no such...
- `generateOTP(secret: Data, algorithm: OTPAlgorithm = .sha1, counter: UInt64, digits: Int = 6) -> String` was returning `String?` but there wasn't a way in which it could return `nil` -...
TimeInterval is what Apple uses to represent seconds.
Does Reachability (or Apple's frameworks for that matter) allow us to distinguish whether a connection is via USB, Bluetooth, etc? Does Reachability only actually distinguish between cellular vs non-cellular but...
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...