Fabian Fett
Fabian Fett
Currently there is no support for iBeacons. Though Apple supports iBeacons with passbook. Adding beacons should work as the rest of the api. ``` javascript pass.beacons([{ "proximityUUID": req.business.beacon, "relevantText": "You...
Hi, I was wondering, if it would make sense to replace the current http client implementation based on URLSession and FoundationNetworking with an implementation based on `https://github.com/swift-server/async-http-client/`
### Motivation For some tasks, it's good to have access to all keys in SpanAttributes. ### Result Happier instrument developers. 🤩🚀
The AWS SQS service propagates context between sender and consumer over SQSMessageAttributes. The identifier for the message attribute that is used for context propagation "AWSTraceHeader" is different than the one...
This PR brings us up to speed with current Swift NIO main branch and fixes the warnings that will show up once a new NIO release is cut.
### Motivation We want to translate all our APIs to async. ### Changes - Add `listen(_: String) -> PostgresNotificationSequence` function ### Result Async listen is possible.
The current `Listen`/`Notify` is not usable in a structured concurrency context. We should provide something better: ### Goals 1. Provide a new method on connection: ```swift public func listen(_ channel:...
We should provide a ConnectionPool out of the box.
Document how to conform your own type to `PostgresEncodable` and `PostgresDecodable`. 1. As an example we can use a custom `MyPoint` type that shall be transformed to the Postgres type....