TheGeekPharaoh
TheGeekPharaoh
I have an `FSCalendar` component and a `UITableView` within a vertical `UIStackView`. It was setup using Interface Builder. The stack view is set to fill equally, and I have constraints...
It would be a nice feature to be able to specify the background color of each bubble individually, rather than have all bubbles the same color.
While Kundera does support a lot of NoSQL backends, it does not support any of the cloud-hosted ones, such as DynamoDB. Adding support for DynamoDB would make deploying a Kundera-enabled...
- [X] I have read this issue template and provided all possible information. - [X] I'm using CocoaPods and have run `pod update` before filing this issue. --- It would...
Would it be possible to get CMS/PKCS#7 signatures (both attached and detached) added to BlueRSA? This would be useful for signing MDM payloads, validating AppStore receipts, etc. It's also unsupported...
I'm noticing the following behaviors when running the demo app. I'm not sure if they are just issues in the demo app itself, or if the issue lies within the...
Would it be possible for the Java source for the Kerberos Mediation example proxy to be posted as well? Right now, only the JAR file is available. We'd like to...
When using IQMediaPickerController as follows: ``` let picker = IQMediaPickerController() picker.delegate = self picker.allowsPickingMultipleItems = false picker.sourceType = .cameraMicrophone picker.mediaTypes = [PHAssetMediaType.image.rawValue] as [NSNumber] self.present(picker, animated: true, completion: nil) ```...
The ability to leverage a pool of PostgreSQL connections rather than creating one every time would be a huge improvement in performance and stability. As it stands now, unless I...
It would be nice if this library supported the [Intercepting Filter Pattern](https://www.tutorialspoint.com/design_pattern/intercepting_filter_pattern.htm) on both requests and responses to allow for further pre/post processing of method calls. Being able to add...