Rob Mecham
Rob Mecham
I've had a go at updating Ink to support what I think are the HTML elements most commonly nested inside block quotes. I'm relatively new to Swift, so please let...
I have a `Content` object that includes a date, that I encode as an ISO 8601 string on output: ``` struct Info: Content { let id: UUID let createdDate: Date...
I've been able to compile the UniFFI bindings into a library for Python. Everything seems to work just fine. However, I've noticed that the `parse_recipe` function that the bindings export...
Adds support for specifying desired extensions when using the `recipe` command. At least partially addresses #69 by making use of the alias extension possible.
### Swift version Swift version 6.1.2 (swift-6.1.2-RELEASE) ### Platform Ubuntu 24.04.2 LTS (running as devcontainer on macOS 15.5) ### Editor Visual Studio Code v1.101.2 with swiftlang.swift-vscode v2.6.1 ### Description I've...