Rob Ryan
Rob Ryan
Normally when parsing numeric values, leading zeros are considered a parsing error. This is the correct behavior, but while assisting an individual diagnose a parsing error due to incorrectly formed...
Dates
I notice that you're writing dates using `NSDateFormatter`. I'd really encourage you to specify a timezone for your formatter in case the timezone of the device changes at any point....
Actor
* The use of the `onCancel` closure is hiding the fact that the completion handler is `@Sendable`, whereas `onCancel` is not. * If you define `onCancel` to be `@Sendable`, it...
Download
Add download tasks * Note, though, that unlike the data task, I made the method name distinct (using `with` rather than `for`/`from`). * Should the data task also use unique...
Right now, if you supply an `async` rendition of `run()` in conjunction with `ParsableCommand`, it produces no warning or error, but whenever you run the app, you simply see the...
Do you have a new link to your blog? Can I recommend that the README link to that blog be updated?
@pyro2927 I've done a rendition of this that properly handles an arbitrary number of sides. Specifically, if there are four sides, it works like before, rotating a cube. But if...
Please find 3 commits, which provide Swift examples that are more comparable to the Kotlin examples. This also fixes one syntactic error in Swift examples.
It strikes me that [`share`](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Share.md) is worthy of being added to the `README.md`, no? Would you like a PR for that? Or is there a reason why it hasn’t been...