Brian Drelling
Brian Drelling
Wanted to leave this as a separate issue: I like to have one global class with nested extensions for separate configuration panels. It's an intellisense pattern leftover from VS that...
I really love the idea of this plugin, but I thought the intent is to be able to maintain colors for both the code and the storyboards in one place?...
I ran the following two commands: ```sh brew install mint mint run swiftformat . ``` The output I get is: ```sh 🌱 Cloning SwiftFormat 0.48.16 🌱 Resolving package error: terminated(72):...
## Proposal I'd like to propose that we implement a `mint outdated` command, which mirrors the sort of functionality we get out of `bundle outdated`, `gem outdated`, `pod outdated`, and...
Is there a way we can pin the Mint version within our `Mintfile`? A big concern of using homebrew is that it is installed globally and without much restriction project-to-project....
Commands with default subcommands do not have discoverable usage information without digging into the subcommand itself. Below, I'll outline the structure of a simple project as well as two proposals...
## Problem Statement Given the following command: ```swift struct List: ParsableCommand { private enum Filter: String, ExpressibleByArgument { case all case devices case deviceTypes case runtimes case pairs } @Option(default:...
Lately, I'm only able to have `trainer` run successfully when `scan` succeeds and passes all tests. If even _one_ test fails, I get the following error: ``` Unit tests failed...
Hello, I've used Resolver for a while and just switched over to Factory. Both libraries help to circumvent common issues with `EnvironmentObject`, but both libraries also run into the same...
Say that I want to run tests across a matrix of containers, and I want to ensure that Swift `5.6` is installed on the machine, and also that all containers...