Daniel Thorpe

Results 16 issues of Daniel Thorpe

From speaking with developers, and reading posts, a general theme emerges of: _ProcedureKit is too heavy_ or _I wanted something lightweight_. The problem with this, is that most `Foundation.Operation` subclasses...

enhancement

_UserNotifications_ framework was introduced in iOS 10, tvOS 10 and watchOS 3 - so it's not exactly new, and it is the mechanism through which app developers interact with user...

in progress
ProcedureKitMobile

Following on from #781, there is an edge case where: 1. Procedure attaches `BackgroundObserver` -> background task starts 2. App enters the background 3. App enters the foreground 4. Procedure...

ProcedureKitMobile

Before 3.0 I want to ensure that APIs have consistent naming, argument ordering etc. They should also be aligned with Swift API guidelines (but not written in Swift 3.0 yet)...

I think it would be great to wrap up the `LocationAuthentication` stuff into a Capability.

enhancement

There is now quite a lot of functionality for CloudKit in this framework. It can do the following: 1. Schedule `CKOperation` subclasses inside an existing `Operation` based system. i.e. attach...

ProcedureKitCloud
example

Allows the framework consumer to attach (on a per request basis) "options" to requests which can be accessed inside the client. For example, you might want to build a network...

Xcode 9 snuck in some quite interesting breaking changes with Swift 3.2 and numeric protocols. In particular `Numeric`, `SignedNumeric`, `FloatingPoint` and `SignedNumber` which no longer exists properly. Additionally, [`Decimal`](https://github.com/apple/swift/blob/2e5817ebe15b8c2fc2459e08c1d462053cbb9a99/stdlib/public/SDK/Foundation/Decimal.swift) is...