Jakub Kašpar

Results 10 issues of 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,...

needs-attention
beta-software
Swift Package Manager
Xcode 14 - iOS 16

### 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...

bug
enhancement

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...

bug

### 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...

api: core
type: feature request

- 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...