Alykhan Kanji
Alykhan Kanji
@RogerThiede I noticed the same thing, and I believe that it may be due to the `allow_unicode=True` flag to `yaml.dump()` in [cider/_sh.py#L213-L227](https://github.com/msanders/cider/blob/6ad279c60dab0382406ba5ddb784b4fb1c779bf7/cider/_sh.py#L213-L227). According to the [PyYAML documentation](http://pyyaml.org/wiki/PyYAMLDocumentation#StringconversionPython2only) this seems to...
Tailor relies on the [xcodeproj gem](https://rubygems.org/gems/xcodeproj) to interact with Xcode, can you check if the gem is able to successfully manipulate the project file in this particular project? The workaround...
According to [Arrays](https://docs.oracle.com/javase/8/docs/api/java/util/Arrays.html#copyOfRange-T:A-int-int-), this exception occurs if `from > to` in the call to `copyOfRange()` which is likely the call occurring [here](https://github.com/sleekbyte/tailor/blob/master/src/test/java/com/sleekbyte/tailor/functional/RuleTest.java#L67). From what I would guess without seeing your...
Currently, Tailor does not have this capability but it is being considered. We would like to know how developers would prefer to have this implemented, i.e.: 1. acting directly upon...
Unfortunately no, but we would recommend you use the official [swift-format](https://github.com/apple/swift/blob/master/docs/SwiftFormat.md) for this functionality.