Kyle Fuller

Results 243 comments of Kyle Fuller

I think you need to invoke it as `swift-format` not `swift format`. All the examples in https://github.com/apple/swift-format use `swift-format`.

Does this work by any chance? ```shell $ swiftenv rehash $ env SWIFT_VERSION=system swift format ```

This will depend on how the work is ran, i.e, if you are using Cocoa, libuv, or lib dispatch etc. You will need to write some "wait" function which will...

Adding to this, it would be neat to make an extension for `it` which accepts returning a promise/signal or similiar to wait for. Shouldn't be too hard to integrate into...

Perhaps also a small cheatsheet too (re https://github.com/CocoaPods/CocoaPods/issues/2118)

Hi @galcohen92, this field cannot currently be mapped to [API Elements](https://apielements.org/en/latest/), the intermediate form of API Description formats and Apiary. The first step in this task is proposing a concept...

There is some design problems with the way that Swagger 2 adapter implements this which we should address in specification (https://help.apiary.io/profiles/api-elements/vendor-extensions/). The open questions: - How should object be serialised?...

I agree that we should try and align the markdown parsers used in our own products as @Almad suggests. Settling on something like CommonMark which has a clearly defined specification...

Using https://pypi.org/project/keyring/ ?

@GarrettAlbright Does this all work for you? I have never used tcsh. If it's working for you feel free to add this to the docs at https://github.com/kylef/swiftenv/blob/master/docs/installation.md. I wonder if...