Tim Condon
Tim Condon
### New Issue Checklist - [X] I'm using the latest version of Swift Crypto (master branch) - [X] I read the [Contribution Guidelines](https://github.com/apple/swift-crypto/blob/master/CONTRIBUTING.md) - [X] I searched for [existing GitHub...
When registering callback URLs with Imperial using `router.oAuth`, if the `router` is registered on a route group (e.g. `/api`) then it registers the callback url on the application incorrectly (such...
It would be great to add some tests to avoid regressions etc with builds 😃
We should add a dependency to Swift Metrics and output based metrics from the package like jobs queued, time taken to process a job and success/failure status
Should be just a case of copying the appropriate conformances and constraints for joins from the select builder to the update builder and making sure the serialization knows to apply...
Swift Package Manager (SwiftPM) is the canonical package manager and dependency solutions for building Swift applications on the server. Swift on Server applications are deployed and used by many companies,...
Currently CI is failing due to CodeCov upload issues - we should fix this
In Vapor for example we check that the different providers still compile after changes. We should do the same with Fluent for FluentKit PRs
Useful for mass-updating one side of a pivot. This may be the wrong repo, feel free to move!
In many algorithms involving database operations, it is extremely useful to be able to determine how many rows were inserted, updated, or deleted by a given query. In particular this...