Kai Newsome
Kai Newsome
I have a swift package I'm trying to import as an inline dependency. However, it is one of many within the same `Package.swift` and is not named the same as...
This PR is a WIP of fixes for issues in #189, #191 as well as some other things I'll mention in notes below. The changes are primarily trying to address...
Originally requested on Twitter last week but formalizing into Github: We have an existing API Service that we want to stub with new/changed endpoints at the beginning of a sprint....
Hi, I'm pretty interested in this project and was wondering what the status is on development/whether the project is at a point where you want contributions and have an idea...
Swift 4.0.3 XCode 9.2 I was able to get the MacOS project running via the instructions without issue. However, while following the iOS instructions I first came across build errors...
(Currently incomplete, but...) - ~~Swift 3.0 syntax [Closes #8]~~ To be rebase on 2.0.0 - Swipe logic extracted to a generic swipe handler - Support for UICollectionViewCell [Closes #9] -...
Add support for swipeable UICollectionViewCells
I'm having an issue where a job listing, a personal business, started many years ago and is ongoing until the present. When I give it no end date it is...
Used this tonight but had a heck of a time figuring out how to use it in my project. I feel these instructions would be very helpful to any future...
I found when using this library that POSTs that included commas in the body or tags parameters would break the authorization In the OAuth1Controller.m after line 228, this seems to...