Jakub Kašpar
Jakub Kašpar
### [REQUIRED] Step 1: Describe your environment * Xcode version: 14.0 Beta 1 * Firebase SDK version: 9.1.0 * Installation method: `Swift Package Manager` * Firebase Component: Promises - dependency,...
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
Hey guys! With recent release of Xcode 14, Apple introduced Build Timelines. We can now visually see what's the problem in our build times, and I'm gonna be honest -...
Hey! I think there is misunderstanding in `checkSessionDuration` function. If you setup NextLevel with ```swift videoConfiguration.maximumCaptureDuration = CMTime(seconds: Double(480), preferredTimescale: CMTimeScale(30.0)) ``` it means you want video long 480 seconds...
Hey, after the recent upgrade, using SVProgressHUD via SPM throws following warnings.
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
Example of the doc site: https://flatpickr.js.org/localization/ Instead of using newer `https://cdn.jsdelivr.net/npm/flatpickr` CDN this specific site points to `npmcdn` - `https://npmcdn.com/flatpickr` - which is outdated and not working today for example.
Hey @liamnichols ! I downloaded your demo project DogTracker to test things out, and replaced the `Localizable.xcstrings` with our own (we have a lot of languages, and a lot of...
### Description Recently while moving to `SceneDelgate` on our end we moved `FirebaseApp.configure()` to a place where it can be called again during app lifecycle (mainly if app is suspended...
- Migrate to Swift 6 - Fully enable Swift concurrency - Drop iOS 13 - even tho Swift concurrency has been backed-in for iOS 13, it's recommended to use iOS...