-
## Current situation
- Swift 4.0 is not supported for `swift-nio-http2` (neither `0.1.0` nor `master` compiles)
- `Package.swift` claims Swift 4.0 support (via `// swift-tools-version:4.0`)
## …
-
I ran the following configuration (all git hashes)
```
Kitura-NIO
106677541e0bcd13c3a631db15427e1e8c614235
swift-nio
7895bc88fda8e057cd0c95d23849204158b72f84
swift-nio-extras
ad4edc8cb59878f6…
-
### Issue Summary:
Connecting to Localhost:9000 the screen "Hello!" never finishes.
### Cloud Provider(s):
Kubernetes
### Environment:
Local Debian on minikube using minio storage.
###…
-
Currently if you want to write a `ByteBufferView` to a `ByteBuffer`, it will fall into this method:
```swift
public mutating func write(bytes: S) -> Int where S.Element == UInt8
```
This ends …
-
I am interested in using SwiftNIO's HTTP2 implementation (once available) to add an NIO-based server implementation to https://github.com/grpc/grpc-swift. Given that that project currently depends on …
-
It is likely I'm missing something, but here we go:
### Expected behavior
I should be able to get more than 6 concurrent requests from NIOHTTP1Server
### Actual behavior
I'm tracking concurren…
-
We have a goal to scan the top 1k of npm and maven for OSLS announcement. We need to actually do these scans and likely also a bit of curation on some of them to give people the flavor of the results.
-
After noticing in the node docs that **fs.exists** and **fs.existsSync** were going to be deprecated, I took at look at the iojs docs to see that it had in fact been.
This is _really annoying_ and se…