Si Beaumont

Results 17 issues of Si Beaumont

### Motivation: #2084 recently added preliminary support for connected datagram sockets which presents opportunities for performance optimisations in some use cases. In order to start optimising these flows there should...

needs-no-version-bump

I'd like to add some performance benchmarks for the connected-mode UDP flows. But before I do that, I'd like to get consensus on what we want benchmarks for, including auditing...

### Motivation: #1957 suggests we make use of Swift System for the `NonBlockingFileIO` implementation which would also reduce its dependency on `NIOPosix`. ### Modifications: * Add dependency on Swift System...

Because `read(into:)` and `write(into:)` return the number of bytes read or written which may be smaller than desired, users will often want to call these functions in a loop until...

Inside `pbuilder`: ``` root@vagrant-ubuntu-trusty-64:/# apt-cache policy libtext-ocaml libtext-ocaml: Installed: (none) Candidate: 0.6-3 Version table: 0.6-3 0 500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages 0.6-2 0 500 file:/home/vagrant/buildroot/RPMS/ ./ Packages ``` Outside: ```...

bug
deb

Vapor already makes some provision for compiling against Musl in the RFC1123 implementation, where `Glibc` is not assumed and is imported conditionally alongside a conditional import of `Musl`. However, there...

semver-patch

When setting a custom name for the github CI it uses it to say that it has been triggered but still uses "default" to report the other status changes leaving...

(Creating this issue from discussion on PR: https://github.com/apple/swift-openapi-runtime/pull/91#discussion_r1442861113). There are a number of state machines in the runtime library for transforming async sequences of bytes into async sequences of some...

area/runtime
kind/enhacement
size/M