Christopher Prince
Christopher Prince
I'd like to be able to save a value into user defaults with this library, and then retrieve the value in a sharing extension, or vice versa. E.g., see https://stackoverflow.com/questions/45607903/sharing-userdefaults-between-extensions...
Client apps can now either (a) supply their own menu icons, or (b) entirely use their own icons and actions (through use of the `..navigationBarItems` modifier). I refactored the code...
As we talked about "Currently the app does not support adding custom images to the left and right sidebar buttons, if you require this feature post it here i will...
I am switching over to Swift 5.0.1 and Ubuntu 18.04 and now when I build Perfect, I get a warning: /.build/checkouts/Perfect/Sources/PerfectLib/Dir.swift:129:16: warning: 'readdir_r' is deprecated return readdir_r(d, &dirEnt, endPtr) See...
I have a question on standards of usage. When one is using swift-log across multiple different packages, should one use the same Logger instance across these packages or is it...
I switched over to using Kitura with SSL (and self-signed certificates). I'm getting no errors specific to my server, but I do get reports of: [2017-05-19T20:50:50.263-06:00] [ERROR] [IncomingSocketHandler.swift:148 handleRead()] Read...
My use case: I want to have my HTTP server be able to receive requests containing files, but not store those files on my server in any fashion. Instead, I...
This is a dev ops question, not a code question, so apologies for that. But, I just posted a Perfect-mySQL question on Server Fault (https://serverfault.com/questions/1002421/what-actions-are-needed-for-perfect-mysql-for-aws-for-update-your-amazon-rds-ss) and not sure if people...
I wasn't seeing anything about adding scopes at the main doc page: https://developers.google.com/identity/sign-in/ios/quick-migration-guide. Also, in the main docs, the section: "Retrieving user information Once the user has authenticated and authorized...
## Build Information - Include the SQLite.swift version, commit or branch experiencing the issue. 0.12.2 - Mention Xcode and OS X versions affected. iOS 14, Xcode 12.4 - How do...