Tobias
Tobias
This adds a simple test that asserts that pipelined requests are always responded to in the correct order if `supportPipelining: true` is set.
Maybe I don't use `HTTPClient` correctly, but from the docs it seems that the idea is, to reuse a single client for multiple requests in order to reuse the existing...
We should clarify what the semantics of `shutdown` are. I think the following definition could make sense: When a `shutdown` signal is received by the client - It keeps processing...
The `LayoutItem` tuple contains a strong reference to the `targetItem` view. This can cause a memory retain cycle if the view itself maintains a strong reference to the layout item...
`k8s.io/client-go` and tools using it such as `kubectl` and `kubelet` are able to execute an external command to receive user credentials. Have you thought about supporting this feature for this...
For my own project I also ported the Apple example code from Swift over to Objective-C. I've noticed a fundamental issue however with Apple's implementation of the NSOperation subclass. I...
**Is your feature request related to a problem? Please describe.** I would like to deploy this chart on a cluster with both amd64 and arm64 nodes. Unfortunately, the provided image...
From [the gRPC docs](https://grpc.io/blog/deadlines/#checking-deadlines): > On the server side, the server can query to see if a particular RPC is no longer wanted. Before a server starts work on a...
The state of Foundation on non Apple platforms continues to be less than ideal and brings the additional burden of increased binary size and memory footprint. Many libraries take effort...
I am a bit confused about how to use the Histogram style of metrics successfully with `swift-metrics`. When interacting with the `Timer` interface from `swift-metrics` you can specify the unit...