John McKerrell
John McKerrell
Make sure that Nimble doesn't try to access notification properties from the main thread as they may have been created on another thread and get upset (most likely when Core...
- [x] I have read [CONTRIBUTING](https://github.com/Quick/Nimble/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? Used `toEventuallyNot(postNotifications(..))` wrapping a Core Data operation that occurs on a...
- [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes Improve the error handling around posting to twitter....
My initial change here was to set the module_name so that it matches what Carthage would use (and appears to be what is expected anyway). This would obviously be a...
Would probably be a good idea to put a banner on the top of the homepage map to tell users that what they can see isn't necessarily all of the...
Sometimes files uploaded by FTP will not have the group write permission, this is required for them to be processed and moved. Looks like the chmod_enable setting should do the...
If a user forgets their password there's no mechanism to reset their password.
It would be good if the counts on the user homepage showed the overall stats, so you've got 300 available photos out of 4000 that are available. It could also...
We store created_at and updated_at times for photos, we should really store deleted_at times too.
Need some sort of status indicator so that people know something is happening.