bspinner
bspinner
**Is your feature request related to a problem? Please describe.** Apps using `RxBluetoothKit` with iOS 15 SDK cannot be built. **Describe the solution you'd like** Fix issues related to `CoreBluetooth`...
Hello! First: thanks for your library. Coming from Combine, we've stumbled upon some unexpected behaviour when using `CombineLatest`: StreamA's output is only processed if StreamB also provides further output. Or...
Hello, is it possible to make this design (even) more compact, so one can use this as an adapter in cameras? CFexpress type B cards are specified as 38,5 mm...
As of writing, protocols like the following aren't supported by Cuckoo: ```swift protocol MissingFeatureExample: AnyActor { } ``` For such protocols, Cuckoo will generate normal classes instead of actors.
### Where do you suspect the issue? Issue in mesh library, e.g. packets being dropped ### Version 3.2.0 ### Describe the issue Calculation of [maxElementCount](https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library/blob/main/nRFMeshProvision/Mesh%20API/Provisioner%2BRanges.swift#L417) causes a crash. Crashes if...
### Target Library ### Describe the feature Our application employs an internet-based synchronization mechanism to share project data across multiple devices, with each device having its own designated provisioner within...
Leanback support is still far from finished. While one's already able to pull off a leanback app (yay!), there's still stuff to do. For example: - Proper bindings on most...
### 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...