Alsey Coleman Miller

Results 55 issues of Alsey Coleman Miller

in HTTPServer.m, under the `-init` method ``` // Register for notifications of closed connections [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(connectionDidDie:) name:HTTPConnectionDidDieNotification object:nil]; // Register for notifications of closed websocket connections [[NSNotificationCenter defaultCenter]...

Optimizes code to C++, level performance. Also, in the MySQL class, you would not want that to be subclassed, and the internal pointer should be private.

Added Time, TimeInterval and Clock types for interfacing with System time.

Added wrappers for interacting with `ioctl` on macOS and Linux.

Added wrapper for POSIX socket APIs that takes advantage of Swift's generics and protocol extensions.

Added `IPAddress` enum with `IPv4Address`,`IPv6Address` structs.

Added basic VS Code support for building, testing and debugging. Read my [blog post](http://colemancda.github.io/2021/01/09/swift-vscode) for a more detailed explanation.

Added support for Veyron Jerry board.

Hi, I am building my own distro rootfs with Buildroot and wanted to use Cadmium to build image with my custom rootfs. I think Arch was using a similar method,...