Kyle Fuller
Kyle Fuller
Btw, I've documented how to do this manually at https://fuller.li/posts/using-swift-package-manager-with-carthage/ as a proof of concept.
I've just ran this this branch on my project throwing an exception and it doesn't catch my exception being thrown in XCTest since XCTest doesn't terminate the app but instead...
@0xced I'm unclear how you would get uncaught exceptions now that XCTest catches them internally. Are you using some other non-XCTest based testing framework?
@0xced Thanks for clarifying, that makes sense. I have very few frameworks that are asynchronous and haven't came into this in a while.
Inside your `~/.vimrc` you can set file specific rules for file types. The answer below the one you linked to (https://stackoverflow.com/a/12134557) provides how to set this in your `.vimrc`. ```...
I've attempted to solve this using a dredd hook to decode gzip, but unfortunately since dredd deals with strings and not buffer this doesn't appear to be possible. @honzajavorek perhaps...
> I don't think having buffer in `transaction.real.body` is a good API, because you cannot transfer buffer like that to other than JS hooks (the interface between Dredd and non-JS...
Alternatively you could just use [Cato](https://github.com/neonichu/cato).
I don't think bash would be a blocker, bash is available on Windows. Installing other development tools such as git bring bash terminal along too. At the moment, swiftenv should...
Preferably, setup CI to build this too, on releases and attach it to the GitHub release. Unfortunately I think this will be easier to do on TravisCI since CircleCI doesn't...