Tobias
Tobias
> Have you benchmarked @fabianfett's implementation as well? Ah yes, you did and it actually performed slightly worse...
Hey, yes, makes sense. The only problem with the external approach is, that if the token expires, you have to recreate the whole client instance and make sure that only...
Hello, if understand the `Package.swift` correctly, `SwiftMetrics` does not have a direct dependency on Kitura. This would make it very lightweight to integrate it into other projects. At the moment,...
How about passing the cancellation handler to the `get()` function itself? Usually, when NIO work is cancellable you have someway to signal your NIO pipeline that you are no longer...
Is this something that could be merged any time soon? I've just stumbled upon this while trying to sign a JWT for a GitHub app that I could use RSA...
> RSA signing is already merged. 🙈 Thanks for the pointer! Looked for it in the wrong place.
Maybe it would make sense to have a separate (`invalidateAndCancel `) method similar to `URLSession` that also aborts inflight tasks.
So actually point 2,3 could be the same "cancel error"
🤔 Bad timing, maybe there is something brewing at the fruit company. https://twitter.com/ktosopl/status/1601145297077686272?s=46&t=C2w1wZhSOLAErfvayJ24KQ
> Why do you need the statically compile the Swift stdlib if you're running it on what appears to be a Docker image with Swift installed? Usually, we build on...