Andrew Breckenridge

Results 58 issues of Andrew Breckenridge

took me 10 minutes to figure out why `cabal configure` wasn't putting the binary into `~/.cabal/bin`. putting these instructions here to make it clear to people who haven't used cabal...

Trying to merge a xcodeproj with any swift packages added through Xcode fails with the error ``` merging failed: Unknown entry in project file: XCRemoteSwiftPackageReference ```

Happy to take in edits! I'm assuming a number of the people who look at the thrift docs for swift are going to be exclusively iOS engineers and completely unfamiliar...

It looks like the bash script has no error handling, so when mkdir fails the script isn't able to copy over the templates. Due to the lack of error handling...

iOS

Hey! I'm getting a bunch of warnings for some of my dependencies in a XcodeGen generated project. It looks as if there's a fix if one is using the xcodeproj...

Along the lines of #1, I'd like to be able to pass the parameters from the input into the producer. For example, if I have a producer: `discoverCharacteristicsProducer: ([CBService]) ->...

Hey @inamiy! I'm testing out RxAutomaton in favor of SwiftState for a state machine that models the CoreBluetooth's `CBCentralManager`. The issue I'm running into is handling an input with parameters....