Kevin Vitale
Kevin Vitale
### Board Type - RaspberryPi3B+, - RaspberryPi4 8GB ### Operating System Ubuntu Server 18.04 ### Swift Version [Swift 5.2.4 v4](https://packagecloud.io/swift-arm/release/packages/ubuntu/focal/swift-lang_5.2.4-4-ubuntu-focal_arm64.deb) ### Description Wrote a program to iterate over GPIOs: ```swift...
### Background Version of Chocolate Doom: **3.0.0** Operating System and version: **macOS Catalina 10.15.3 (19D76)** Game: (Doom/Heretic/Hexen/Strife/other) **Doom 2** Any loaded WADs and mods (please include full command line): `./chocolate-doom...
All these tasks related to the `insideGadgetsController` only (which is obvious, since that's the only controller currently supported). - [ ] Read _header_ - [ ] Determine ROM size -...
In earlier versions of the `gridplus-sdk`, errors weren't proper `Error` objects. That's since changed, so errors need to be handled better to ensure unhandled exceptions don't occur.
Thought it would be valuable to give a comparison of common patterns in Cocoa (Touch). _Objective-C_ ``` - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { [self.navigationController pushViewController:({ UIViewController *viewController = UIViewController.new; viewController.view.backgroundColor...
#### Description Long-time Swift dev here, dipping into this WASM project for the first time. This Swift file prints _"Hello, WASM"_: ```swift > main.swift: print("Hello, WASM!") ``` The file generated...
Currently, `ExtendedKey.Derivation.toPrivate(at:)` will throw an exception if called from a parent public extended key. This is obviously not good...and after several days of attempting to fix it, I've given up...