Joe Ferrucci
Joe Ferrucci
I got Kitura to build successfully with just the Kitura and HeliumLogger packages, but, when I try to add another package, the `PostgreSQL-Swift` package, `https://github.com/stepanhruda/PostgreSQL-Swift.git`, I get a build error...
The web view controller works great with fully-qualified URLs like "http://www.foodster.io" but it does not work if you drop the scheme, e.g., "www.foodster.io"
`attributedCaptionSummary` works fine with plaintext but with an emoji the line heights do not react properly. See attached screenshot. 
Following the instructions on https://github.com/PerfectlySoft/Perfect to build Starter Project. Once I try to run `swift build` I get the terminal output below. I have tried to build using Swift `2.2`,...
Need to just discard the top card without actually triggering/invoking a swiping action. Don't wan't to swipe any direction, just need to programmatically dismiss/discard the top card. Example: if there...
## Is your feature request related to a problem? You don't support Codable when using `capture` for events. ## Describe the solution you'd like Getting error: key does not conform...
Created brand new project using Xcode 15.4 Swift 5.10. Builds fine. Once I add CoreStore 9.3.0 using Xcode's SPM, I get 500+ errors. If I downgrade from 9.3.0 to 9.2.0...