Tim Condon

Results 140 issues of Tim Condon

It would be great to be able to use the auth package when implementing something like the repository pattern. In SteamPress for Vapor 3, there is no knowledge of Fluent...

enhancement

Draft PR for adding tracing to StripeKit. This is only a draft because you probably want to wait until task local values are available and using async/await. This PR also...

See PR #74 build results

bug
good first issue

Draft PR to see what things have been added that allowed us to support tracing with Soto. This will be ongoing as we add more service support and missing pieces

See PR #204 results

bug
good first issue

This PR has a number of aims: * Allow easier adoption of `Sendable` in Vapor * Allow user's to back-deploy async/await to older OSes * Ensure that we're safe in...

There are many use cases where you may want to store some metadata on the request or even response (for example storing a request ID or a trace ID for...

kind/enhancement

Adds a new `SendableRoute` to replace `Route`. This is designed to be a value type from the ground up which removes the need to access properties via locks in a...

semver-minor

Makes all of Vapor's internal middleware async so we can have a full async chain all the way down in anticipation of distributed tracing (and adopting NIO's new AsyncChannel stuff)

Test CI failures