Brandon Evans

Results 39 issues of Brandon Evans

This should involve expanding Logging.log with different logging levels, like debug, info, warn and error. A global log level would determine which log messages were actually output. Increasing log levels...

enhancement

Recently there was both an 11.7 beta and a 12.0 beta available at the same time. I forgot that this situation can happen when I implemented #95. As a result...

enhancement

Not sure of the details of this yet, but had a user that was running `xcodes update`, signing in successfully, then got this error output: ``` The operation couldn't be...

enhancement

A common flow is: 1. Oh! A new Xcode 12.0.1 has been released 1. Open Terminal ``` $ xcodes install 12.0.1 Could not find version 12.0.1. ``` 😔 ``` $...

enhancement

Currently this will prompt for your password and select the provided version regardless of what version is already selected. Instead it should check to see if this Xcode version is...

enhancement
good first issue

https://medium.com/@mxcl/maintaining-a-homebrew-tap-for-swift-projects-7287ed379324 https://medium.com/@Extrawurst/github-actions-homebrew-%EF%B8%8F-2789ae5023fd Also need to reconcile this with Release Drafter.

xcodes can resume installation using a downloaded xip if it finds it in the expected location (its application support directory) when you run the install command. This is useful when...

enhancement

``` $ xcodes install 11.2.1 GM seed Downloading Xcode 11.2.1-gm-seed+11B53: 58% The operation couldn’t be completed. (NSPOSIXErrorDomain.28) ``` This error code corresponds to "No space left on device". xcodes should...

enhancement

Q: Is the ability to do this a configuration option for sudo, and if so can we mirror that behaviour?

enhancement