Brendan Conron

Results 13 issues of Brendan Conron

## Describe the bug and the expected behavior When creating a standalone watch app, Xcode will generate 3 targets: - a WatchKit app container with the product type `com.apple.product-type.application.watchapp2-container` -...

### Problem Modern applications deal with all kinds of environment variables, from build numbers to api keys that can be injected on CI or with tuist, via the command line....

Title says it all, I'll put a PR up

enhancement
help wanted

Carthage has the ability to use prebuilt frameworks, instead of building/compiling from source. This will eliminate the need for compilation and decrease overall build times, hopefully addressing #467. There's instructions...

enhancement

Resolves https://github.com/tuist/tuist/issues/4139 ### Short description 📝 Implements `.env` file support for loading environment variables into Tuist. ### How to test the changes locally 🧐 - Create a `.env` file inside...

When I run `carthage_cache publish`, I get the following output: ``` error: . Use --trace to view backtrace /Library/Ruby/Gems/2.0.0/gems/aws-sdk-resources-2.9.17/lib/aws-sdk-resources/resource.rb:134:in `rescue in exists?': Aws::S3::Errors::Http301Error from /Library/Ruby/Gems/2.0.0/gems/aws-sdk-resources-2.9.17/lib/aws-sdk-resources/resource.rb:131:in `exists?' from /Library/Ruby/Gems/2.0.0/gems/carthage_cache-0.8.3/lib/carthage_cache/repository.rb:16:in `archive_exist?' from...

I've been using the Websocket api recently and one thing that I've been struggling with is how to best handle errors and propagate them to the client, similar to what's...

bug

### What happened? I'm building an application that uses both RealmSwift and ComposableArchitecture. When dealing with Swift concurrency, Realm recommends enabling the `-Xfrontend-enable-actor-data-race-checks` Swift flag. However, when that flag is...

type:bug
good first issue

Added an overload for `Scope` to work with enum reducers. This is really useful for when you want to utilize the `Destination` pattern but non-optionally. I use this pattern when...

I've been parsing through and reading all the code, getting a sense for the architecture, for about a week. And after deciphering line after line, I keep coming back to...