Сергей Галездинов

Results 29 comments of Сергей Галездинов

Wouldn't it be better to add another indirect enum case that will wrap other cases? Something similar to this: ```swift indirect enum MyError: Error, CustomStringConvertible { case type1(type: Any.Type) case...

for those who struggles with setup method in XCode 14, Either turn off dead strip option, or use this workaround: ```swift __attribute__((constructor)) static void swinjectStoryboardSetupEntry(void); @interface SwinjectStoryboard (SetUp) @end @implementation...

Well, in my case, I fixed my build scripts. But this may certainly be an unexpected surprise for someone else. This kind of information would be much more helpful in...

Made [my implementation](https://github.com/Sega-Zero/swift-iso-4217), maybe it could help?

A good option would be specifying a custom xib + access to the view that is loaded from it to fill the outlets.

@JohnSundell any news on this? [Cannot use](https://github.com/danger/danger-swift/issues/63) danger-swift because of it

yep, it's still there. should I install danger-swift other way than brew to use a newer version of Marathon?

Nope. It's still there: ```swift danger process danger-swift Updating packages... $ cd "/Users/user/workspace/dir/" && /usr/bin/env xcrun --sdk macosx swift --version Apple Swift version 4.1 (swiftlang-902.0.48 clang-902.0.37.1) Target: x86_64-apple-darwin17.5.0 $ cd...

I mentioned the `\` symbol, actually =). `` is not working either. Any chance to get text wrap behavior in jazzy?