Adam Sharp

Results 39 issues of Adam Sharp

I'm a big fan of the feature in [Discourse](https://www.discourse.org) that for a given category, you can choose to just watch for new posts, but not replies. This gives me an...

improvement

Provided the file descriptor is still valid, accessing the current offset shouldn't fail. --- It took me a bit of hunting around to figure out how to access the current...

I'd like to be able to customise the command synopsis a little bit more. The current synopsis generator in `UsageGenerator` will collapse all options into a single `` entry if...

enhancement

The optional target queue is useful for synchronising other work with respect to database operations. Provided the target queue is also a serial queue, work submitted to the private connection...

information needed

I'd like to be able to write the following: ```swift let creationTime = Expression("created_at") try db.run(foo.create { t in // ... t.column(creationTime, defaultValue: DateFunctions.datetime("now")) }) ``` But currently this doesn't...

information needed

There's a bunch of stuff here, but here's a quick summary: - Refactors the demo app to support showing either GitHub or Twitter profiles - Builds up Twitter authentication and...

Fixes #25. This updates `RequestAuthorizer.performAuthorized()` to return an `AuthorizedRequestTask` object, analogous to `URLSessionDataTask`. Calling `AuthorizedRequestTask.cancel()` will ask the `RequestAuthorizer` to perform the cancellation. `RequestAuthorizer` now keeps track of the state...

This potentially could be tricky, as we'd have to handle in-flight requests, the authenticate process, and queued requests waiting for authentication to complete.

- Adds SuperbGitHub as a private dependency - Adds SuperbDemo.xcworkspace - Updates SuperbDemo to import SuperbGitHub - Removes files that have been moved to SuperbGitHub