Rob Nash
Rob Nash
Issue #112 introduce a build error in the test target. If we automate testing for pull requests, then these problems will be mitigated. Will submit fix for test target shortly.
Is it possible to open a file, into Boop, from the command line? Sublime text discusses this feature [here](https://www.sublimetext.com/docs/3/osx_command_line.html). **Potentially related issues** #130 #29
Steps to reproduce 1. Checkout branch main on 2b3ac0556740ea8d68f8616917daf64338d54c1b 2. Run all tests Environment * M1 chipset * macOS 12.3.1 * swift-driver version: 1.45.2 Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)...
I am using Apple Silicon. The Carthage website suggests the use of flag `--use-xcframeworks`. ``` carthage update --use-xcframeworks *** Cloning OAuthSwiftAlamofire *** Cloning OAuthSwift *** Cloning Alamofire *** Checking out...
The feedback for corrupt or unexpected data is lacking. ```swift struct EditPoll: Codable, Equatable { let name: String let description: String let duration: Int let roomId: UUID } Route(.case(PollsRoute.create)) {...
Appreciate the contribution. The code looks great. Any chance of dropping the min deploy target to iOS 14? It looks like it's only `.task` and `.refreshable` that would need workaround....
Hi, I have successfully implemented passkeys using this library on my server with a few [public interface files removed](https://github.com/nashysolutions/webauthn-swift-models). My iOS project depends on the public interface files only. Here...