Simon Mitchell
Simon Mitchell
For some context, we recently discovered that if `baseURL` on `Request` was the exact url and included url parameters, they were removed by this method. Whilst this has been fixed,...
This PR adds a more generic approach to proxying requests to the OpenAI API through channels other than direct `URLSession` from the app. For example, if you used a particular...
Adds ability to perform partial reloading and comparison of rows within `data`
## Description This solves an issue I was having with `didSet` not being called on a struct/class/enum implementing the `Row` protocol. If you want the image view to have a...
We should find some way that when you set `data` on `TableViewController` we can only reload cells that actually need it. Might need to move away from `data` being an...
Possibly add to `Row` protocol. https://developer.apple.com/documentation/uikit/uicontextmenuinteraction
We should add support for the pre-fetching APIs introduced by Apple in iOS 10! This could be really simply done, by adding a closure to the `Row` protocol in a...
### Checklist - [ ] If applicable, unit tests - [ ] If applicable, create follow-up issues for `purchases-ios` and hybrids ### Motivation This is motivated by a need for...