Jordan Wood
Jordan Wood
I find myself needing a file-based cache for Siesta. I see that there is a branch named `file-cache` in the repo. It's my understanding that this is the beginning of...
I am trying add a content transformer to the parsing phase of the Siesta pipeline using the following: self.service.configure("**") { [weak self] in // all endpoints guard let strongSelf =...
I have a bug in my code (not Siesta!) where I am not properly handling all the cases that a `ResourceEvent` can return, and it got me to thinking. Since...
We need the ability to both tint images and color text that shows up in SegmentioCell objects based on their position. This PR adds `overrideTextColor` and `imageTintColor` properties to SegmentioItem...
There's a PR for updating the cocoapods pod spec file to version 2.4.0 that's been open for over 6 months. Can that get merged into the main branch?