Andrew Breckenridge

Results 58 issues of Andrew Breckenridge

I'm trying to update to the latest cordux API and I'm having trouble understanding what the `started` in ``` public func coordinatorForTag(_ tag: String) -> (coordinator: AnyCoordinator, started: Bool)? ```...

hey! any chance of giphy prioritizing patching upstream `YYAnimatedImageView` instead of maintaining a private fork? I use YY in my app, and I'd love to not have to either bundle...

hey! i help maintain [Moya](https://github.com/Moya/Moya), and we're noticing an issue on our CI that _may_ be related to this plugin it looks like ``` Cloning and building inline dependencies: import...

From the commits, you can see I: 1. Added support for Carthage 2. Added EZAudio as a carthage dependency (when using carthage to import ZLSinusWaveView) 3. Updated ZLSinusWaveView to work...

hey! would you consider updating your package.json to indicate compatibility with react 17 & 18? i've been installing with `--legacy-peer-deps` without problem.

Loving CartfileDiff so far, just having a minor issue with updates to my sub dependencies, that is best illustrated with an example: My project depends on [Moya](GitHub.com/Moya/Moya), and Moya (among...

Doing ``` - curl -L -O https://github.com/Carthage/Carthage/releases/download/0.16.2/Carthage.pkg - sudo installer -pkg Carthage.pkg -target / - curl -L -O https://github.com/YPlan/CartfileDiff/releases/download/0.1/CartfileDiff.pkg - sudo installer -pkg CartfileDiff.pkg -target / install: true script: script/cibuild...