-
I've seen this requested a few times in the Vapor Discord, and I've wanted this myself for awhile (before I wrote a local implementation).
## As it stands
Vapor's Core extension of `flatten` and…
-
I'd like to be able to do
```swift
let app = Express()
app.listen("/my/awesome/service.socket")
```
Like with the original express (due to node [http module](https://nodejs.org/api/net.html…
-
Is writeAndFlush thread safe?
```
private let accessQueue = DispatchQueue(label: "ThreadSafeSocket", attributes: .concurrent)
func sendDataToWebSocket(number: String, data: Data) {() {
se…
-
Revisit examples and make them more [NIO](https://github.com/apple/swift-nio) friendly. Currently they work but they are too ugly to read. Particularly, requesting synth frequency part in SuperCollide…
-
**Describe the bug**
Xcode 10.2 not able to use MongoKitten 4. Used Toolchain in Xcode and selected Swift 4.2.3, but issue is coming while building code. Also used MongoKitten 5, but issues coming in…
ghost updated
5 years ago
-
Attempts to build recent versions of SlackKit fail when using SPM.
Using the following steps, building an application including SlackKit fails when specifying version 4.2.0 rather than 4.1.0 (which…
-
The latest version available in Cocoapods is 1.11.0, it would be nice to publish the latest, which is 1.12.0
-
Move `eventLoopGroup.syncShutdownGracefully()` to an explicit shutdown call in HTTPClient to avoid this call in `deinit` as this is dangerous and could cause a deadlock or crash (This suggestion has c…
-
To contribute to this issue, simply leave a comment here. Please also review [our contributing guidelines](https://github.com/SwiftWeekly/swiftweekly.github.io/blob/master/CONTRIBUTING.md).
The cur…
-
I'm looking at being an early adopter of SwiftLog because it looks good and I'm tired of solving the logging issue every time I start a new project. It occurs to me though, that `StdoutLogHandler` sho…